Beispiel #1
0
 public WpfQuery.BDWMAccountService.ResHeader getAccountInfo(WpfQuery.BDWMAccountService.AuthHeader AuthHeader, out WpfQuery.BDWMAccountService.AccountInfoType accountInfo)
 {
     WpfQuery.BDWMAccountService.getAccountInfoRequest inValue = new WpfQuery.BDWMAccountService.getAccountInfoRequest();
     inValue.AuthHeader = AuthHeader;
     WpfQuery.BDWMAccountService.getAccountInfoResponse retVal = ((WpfQuery.BDWMAccountService.AccountService)(this)).getAccountInfo(inValue);
     accountInfo = retVal.accountInfo;
     return(retVal.ResHeader);
 }
Beispiel #2
0
 public getAccountInfoResponse(WpfQuery.BDWMAccountService.ResHeader ResHeader, WpfQuery.BDWMAccountService.AccountInfoType accountInfo)
 {
     this.ResHeader   = ResHeader;
     this.accountInfo = accountInfo;
 }