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