Ejemplo 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);
 }
Ejemplo n.º 2
0
 public updateAccountInfoResponse(WpfQuery.AccountService.ResHeader ResHeader, WpfQuery.AccountService.AccountInfoType accountInfoType)
 {
     this.ResHeader       = ResHeader;
     this.accountInfoType = accountInfoType;
 }
Ejemplo n.º 3
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);
 }
Ejemplo n.º 4
0
 public updateAccountInfoRequest(WpfQuery.AccountService.AuthHeader AuthHeader, WpfQuery.AccountService.AccountInfoType accountInfoType, int extended)
 {
     this.AuthHeader      = AuthHeader;
     this.accountInfoType = accountInfoType;
     this.extended        = extended;
 }