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