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