Beispiel #1
0
 public System.Threading.Tasks.Task <iduo.Screen.APP.MyAppByClassResponse> MyAppByClassAsync(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type)
 {
     iduo.Screen.APP.MyAppByClassRequest inValue = new iduo.Screen.APP.MyAppByClassRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.classId      = classId;
     inValue.page         = page;
     inValue.pagesize     = pagesize;
     inValue.type         = type;
     return(((iduo.Screen.APP.APPSoap)(this)).MyAppByClassAsync(inValue));
 }
Beispiel #2
0
 public string MyAppByClass(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type)
 {
     iduo.Screen.APP.MyAppByClassRequest inValue = new iduo.Screen.APP.MyAppByClassRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.classId      = classId;
     inValue.page         = page;
     inValue.pagesize     = pagesize;
     inValue.type         = type;
     iduo.Screen.APP.MyAppByClassResponse retVal = ((iduo.Screen.APP.APPSoap)(this)).MyAppByClass(inValue);
     return(retVal.MyAppByClassResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <iduo.Screen.APP.MyAppByClassResponse> iduo.Screen.APP.APPSoap.MyAppByClassAsync(iduo.Screen.APP.MyAppByClassRequest request)
 {
     return(base.Channel.MyAppByClassAsync(request));
 }
Beispiel #4
0
 iduo.Screen.APP.MyAppByClassResponse iduo.Screen.APP.APPSoap.MyAppByClass(iduo.Screen.APP.MyAppByClassRequest request)
 {
     return(base.Channel.MyAppByClass(request));
 }