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); }
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); }
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)); }
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)); }
public QueryRequest(TwinfieldApi.TwinfieldCashBookService.AuthenticationHeader Authentication, string SessionId, TwinfieldApi.TwinfieldCashBookService.Query Query) { this.Authentication = Authentication; this.SessionId = SessionId; this.Query = Query; }
public CommandRequest(TwinfieldApi.TwinfieldCashBookService.AuthenticationHeader Authentication, string SessionId, TwinfieldApi.TwinfieldCashBookService.Command Command) { this.Authentication = Authentication; this.SessionId = SessionId; this.Command = Command; }