コード例 #1
0
ファイル: Reference.cs プロジェクト: RickSchoeman/Werk
 public void Process(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Command Command)
 {
     DemoConnector.TwinfieldBudgetService.CommandRequest inValue = new DemoConnector.TwinfieldBudgetService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     DemoConnector.TwinfieldBudgetService.ProcessResponse retVal = ((DemoConnector.TwinfieldBudgetService.BudgetService)(this)).Process(inValue);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: RickSchoeman/Werk
 public DemoConnector.TwinfieldBudgetService.QueryResult Query(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Query Query1)
 {
     DemoConnector.TwinfieldBudgetService.QueryRequest inValue = new DemoConnector.TwinfieldBudgetService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query1;
     DemoConnector.TwinfieldBudgetService.QueryResponse retVal = ((DemoConnector.TwinfieldBudgetService.BudgetService)(this)).Query(inValue);
     return(retVal.Result);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: RickSchoeman/Werk
 public QueryRequest(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Query Query)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Query          = Query;
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: RickSchoeman/Werk
 public CommandRequest(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Command Command)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Command        = Command;
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: RickSchoeman/Werk
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldBudgetService.QueryResponse> QueryAsync(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Query Query)
 {
     DemoConnector.TwinfieldBudgetService.QueryRequest inValue = new DemoConnector.TwinfieldBudgetService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query;
     return(((DemoConnector.TwinfieldBudgetService.BudgetService)(this)).QueryAsync(inValue));
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: RickSchoeman/Werk
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldBudgetService.ProcessResponse> ProcessAsync(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Command Command)
 {
     DemoConnector.TwinfieldBudgetService.CommandRequest inValue = new DemoConnector.TwinfieldBudgetService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     return(((DemoConnector.TwinfieldBudgetService.BudgetService)(this)).ProcessAsync(inValue));
 }