コード例 #1
0
ファイル: Reference.cs プロジェクト: miven/WpfQuery
 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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: miven/WpfQuery
 public updateAccountInfoResponse(WpfQuery.AccountService.ResHeader ResHeader, WpfQuery.AccountService.AccountInfoType accountInfoType)
 {
     this.ResHeader       = ResHeader;
     this.accountInfoType = accountInfoType;
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: miven/WpfQuery
 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);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: miven/WpfQuery
 public updateAccountInfoRequest(WpfQuery.AccountService.AuthHeader AuthHeader, WpfQuery.AccountService.AccountInfoType accountInfoType, int extended)
 {
     this.AuthHeader      = AuthHeader;
     this.accountInfoType = accountInfoType;
     this.extended        = extended;
 }