Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <TwinfieldApi.TwinfieldBudgetService.ProcessResponse> ProcessAsync(TwinfieldApi.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, TwinfieldApi.TwinfieldBudgetService.Command Command)
 {
     TwinfieldApi.TwinfieldBudgetService.CommandRequest inValue = new TwinfieldApi.TwinfieldBudgetService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     return(((TwinfieldApi.TwinfieldBudgetService.BudgetService)(this)).ProcessAsync(inValue));
 }
Ejemplo n.º 2
0
 public CommandRequest(TwinfieldApi.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, TwinfieldApi.TwinfieldBudgetService.Command Command)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Command        = Command;
 }
Ejemplo n.º 3
0
 public void Process(TwinfieldApi.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, TwinfieldApi.TwinfieldBudgetService.Command Command)
 {
     TwinfieldApi.TwinfieldBudgetService.CommandRequest inValue = new TwinfieldApi.TwinfieldBudgetService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     TwinfieldApi.TwinfieldBudgetService.ProcessResponse retVal = ((TwinfieldApi.TwinfieldBudgetService.BudgetService)(this)).Process(inValue);
 }