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