예제 #1
0
 public System.Threading.Tasks.Task <TwinfieldApi.TwinfieldBudgetService.QueryResponse> QueryAsync(TwinfieldApi.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, TwinfieldApi.TwinfieldBudgetService.Query Query)
 {
     TwinfieldApi.TwinfieldBudgetService.QueryRequest inValue = new TwinfieldApi.TwinfieldBudgetService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query;
     return(((TwinfieldApi.TwinfieldBudgetService.BudgetService)(this)).QueryAsync(inValue));
 }
예제 #2
0
 public QueryRequest(TwinfieldApi.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, TwinfieldApi.TwinfieldBudgetService.Query Query)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Query          = Query;
 }
예제 #3
0
 public TwinfieldApi.TwinfieldBudgetService.QueryResult Query(TwinfieldApi.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, TwinfieldApi.TwinfieldBudgetService.Query Query1)
 {
     TwinfieldApi.TwinfieldBudgetService.QueryRequest inValue = new TwinfieldApi.TwinfieldBudgetService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query1;
     TwinfieldApi.TwinfieldBudgetService.QueryResponse retVal = ((TwinfieldApi.TwinfieldBudgetService.BudgetService)(this)).Query(inValue);
     return(retVal.Result);
 }