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