Exemple #1
0
 public HotAppByClassRequest(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type)
 {
     this.MySoapHeader = MySoapHeader;
     this.classId      = classId;
     this.page         = page;
     this.pagesize     = pagesize;
     this.type         = type;
 }
Exemple #2
0
 public string GetAppByName(iduo.Screen.APP.MySoapHeader MySoapHeader, string appName)
 {
     iduo.Screen.APP.GetAppByNameRequest inValue = new iduo.Screen.APP.GetAppByNameRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.appName      = appName;
     iduo.Screen.APP.GetAppByNameResponse retVal = ((iduo.Screen.APP.APPSoap)(this)).GetAppByName(inValue);
     return(retVal.GetAppByNameResult);
 }
Exemple #3
0
 public string MyAppAdd(iduo.Screen.APP.MySoapHeader MySoapHeader, string myApply, string action)
 {
     iduo.Screen.APP.MyAppAddRequest inValue = new iduo.Screen.APP.MyAppAddRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.myApply      = myApply;
     inValue.action       = action;
     iduo.Screen.APP.MyAppAddResponse retVal = ((iduo.Screen.APP.APPSoap)(this)).MyAppAdd(inValue);
     return(retVal.MyAppAddResult);
 }
Exemple #4
0
 public string AppClass(iduo.Screen.APP.MySoapHeader MySoapHeader, string parentId, int type)
 {
     iduo.Screen.APP.AppClassRequest inValue = new iduo.Screen.APP.AppClassRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.parentId     = parentId;
     inValue.type         = type;
     iduo.Screen.APP.AppClassResponse retVal = ((iduo.Screen.APP.APPSoap)(this)).AppClass(inValue);
     return(retVal.AppClassResult);
 }
Exemple #5
0
 public string HotAppByClass(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type)
 {
     iduo.Screen.APP.HotAppByClassRequest inValue = new iduo.Screen.APP.HotAppByClassRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.classId      = classId;
     inValue.page         = page;
     inValue.pagesize     = pagesize;
     inValue.type         = type;
     iduo.Screen.APP.HotAppByClassResponse retVal = ((iduo.Screen.APP.APPSoap)(this)).HotAppByClass(inValue);
     return(retVal.HotAppByClassResult);
 }
Exemple #6
0
 public System.Threading.Tasks.Task <iduo.Screen.APP.HotAppByClassResponse> HotAppByClassAsync(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type)
 {
     iduo.Screen.APP.HotAppByClassRequest inValue = new iduo.Screen.APP.HotAppByClassRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.classId      = classId;
     inValue.page         = page;
     inValue.pagesize     = pagesize;
     inValue.type         = type;
     return(((iduo.Screen.APP.APPSoap)(this)).HotAppByClassAsync(inValue));
 }
Exemple #7
0
 public System.Threading.Tasks.Task <iduo.Screen.APP.MyAppAddResponse> MyAppAddAsync(iduo.Screen.APP.MySoapHeader MySoapHeader, string myApply, string action)
 {
     iduo.Screen.APP.MyAppAddRequest inValue = new iduo.Screen.APP.MyAppAddRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.myApply      = myApply;
     inValue.action       = action;
     return(((iduo.Screen.APP.APPSoap)(this)).MyAppAddAsync(inValue));
 }
Exemple #8
0
 public System.Threading.Tasks.Task <iduo.Screen.APP.GetAppByNameResponse> GetAppByNameAsync(iduo.Screen.APP.MySoapHeader MySoapHeader, string appName)
 {
     iduo.Screen.APP.GetAppByNameRequest inValue = new iduo.Screen.APP.GetAppByNameRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.appName      = appName;
     return(((iduo.Screen.APP.APPSoap)(this)).GetAppByNameAsync(inValue));
 }
Exemple #9
0
 public System.Threading.Tasks.Task <iduo.Screen.APP.AppClassResponse> AppClassAsync(iduo.Screen.APP.MySoapHeader MySoapHeader, string parentId, int type)
 {
     iduo.Screen.APP.AppClassRequest inValue = new iduo.Screen.APP.AppClassRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.parentId     = parentId;
     inValue.type         = type;
     return(((iduo.Screen.APP.APPSoap)(this)).AppClassAsync(inValue));
 }
Exemple #10
0
 public MyAppAddRequest(iduo.Screen.APP.MySoapHeader MySoapHeader, string myApply, string action)
 {
     this.MySoapHeader = MySoapHeader;
     this.myApply      = myApply;
     this.action       = action;
 }
Exemple #11
0
 public GetAppByNameRequest(iduo.Screen.APP.MySoapHeader MySoapHeader, string appName)
 {
     this.MySoapHeader = MySoapHeader;
     this.appName      = appName;
 }
Exemple #12
0
 public AppClassRequest(iduo.Screen.APP.MySoapHeader MySoapHeader, string parentId, int type)
 {
     this.MySoapHeader = MySoapHeader;
     this.parentId     = parentId;
     this.type         = type;
 }