Esempio n. 1
0
 public WpfQuery.AccountService.ResHeader updateAccountInfo(WpfQuery.AccountService.AuthHeader AuthHeader, ref WpfQuery.AccountService.AccountInfoType accountInfoType, int extended)
 {
     WpfQuery.AccountService.updateAccountInfoRequest inValue = new WpfQuery.AccountService.updateAccountInfoRequest();
     inValue.AuthHeader      = AuthHeader;
     inValue.accountInfoType = accountInfoType;
     inValue.extended        = extended;
     WpfQuery.AccountService.updateAccountInfoResponse retVal = ((WpfQuery.AccountService.AccountService)(this)).updateAccountInfo(inValue);
     accountInfoType = retVal.accountInfoType;
     return(retVal.ResHeader);
 }
Esempio n. 2
0
 public WpfQuery.AccountService.ResHeader getAccountInfo(WpfQuery.AccountService.AuthHeader AuthHeader, string[] requestData, int extended, out WpfQuery.AccountService.AccountInfoType accountInfoType)
 {
     WpfQuery.AccountService.getAccountInfoRequest inValue = new WpfQuery.AccountService.getAccountInfoRequest();
     inValue.AuthHeader  = AuthHeader;
     inValue.requestData = requestData;
     inValue.extended    = extended;
     WpfQuery.AccountService.getAccountInfoResponse retVal = ((WpfQuery.AccountService.AccountService)(this)).getAccountInfo(inValue);
     accountInfoType = retVal.accountInfoType;
     return(retVal.ResHeader);
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <WpfQuery.AccountService.getAccountInfoResponse> getAccountInfoAsync(WpfQuery.AccountService.AuthHeader AuthHeader, string[] requestData, int extended)
 {
     WpfQuery.AccountService.getAccountInfoRequest inValue = new WpfQuery.AccountService.getAccountInfoRequest();
     inValue.AuthHeader  = AuthHeader;
     inValue.requestData = requestData;
     inValue.extended    = extended;
     return(((WpfQuery.AccountService.AccountService)(this)).getAccountInfoAsync(inValue));
 }
Esempio n. 4
0
 public updateAccountInfoRequest(WpfQuery.AccountService.AuthHeader AuthHeader, WpfQuery.AccountService.AccountInfoType accountInfoType, int extended)
 {
     this.AuthHeader      = AuthHeader;
     this.accountInfoType = accountInfoType;
     this.extended        = extended;
 }
Esempio n. 5
0
 public getAccountInfoRequest(WpfQuery.AccountService.AuthHeader AuthHeader, string[] requestData, int extended)
 {
     this.AuthHeader  = AuthHeader;
     this.requestData = requestData;
     this.extended    = extended;
 }