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