예제 #1
0
 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));
 }
예제 #2
0
 public QueryRequest(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Query Query)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Query          = Query;
 }
예제 #3
0
 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);
 }