Exemple #1
0
 public void Process(DemoConnector.TwinfieldCashBookService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldCashBookService.Command Command)
 {
     DemoConnector.TwinfieldCashBookService.CommandRequest inValue = new DemoConnector.TwinfieldCashBookService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     DemoConnector.TwinfieldCashBookService.ProcessResponse retVal = ((DemoConnector.TwinfieldCashBookService.CashBookService)(this)).Process(inValue);
 }
Exemple #2
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);
 }
Exemple #3
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));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldCashBookService.ProcessResponse> ProcessAsync(DemoConnector.TwinfieldCashBookService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldCashBookService.Command Command)
 {
     DemoConnector.TwinfieldCashBookService.CommandRequest inValue = new DemoConnector.TwinfieldCashBookService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     return(((DemoConnector.TwinfieldCashBookService.CashBookService)(this)).ProcessAsync(inValue));
 }
Exemple #5
0
 public QueryRequest(DemoConnector.TwinfieldCashBookService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldCashBookService.Query Query)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Query          = Query;
 }
Exemple #6
0
 public CommandRequest(DemoConnector.TwinfieldCashBookService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldCashBookService.Command Command)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Command        = Command;
 }