Esempio n. 1
0
 public void Process(DemoConnector.TwinfieldDocumentService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDocumentService.Command Command)
 {
     DemoConnector.TwinfieldDocumentService.CommandRequest inValue = new DemoConnector.TwinfieldDocumentService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     DemoConnector.TwinfieldDocumentService.ProcessResponse retVal = ((DemoConnector.TwinfieldDocumentService.DocumentService)(this)).Process(inValue);
 }
Esempio n. 2
0
 public DemoConnector.TwinfieldDocumentService.QueryResult Query(DemoConnector.TwinfieldDocumentService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDocumentService.Query Query1)
 {
     DemoConnector.TwinfieldDocumentService.QueryRequest inValue = new DemoConnector.TwinfieldDocumentService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query1;
     DemoConnector.TwinfieldDocumentService.QueryResponse retVal = ((DemoConnector.TwinfieldDocumentService.DocumentService)(this)).Query(inValue);
     return(retVal.Result);
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldDocumentService.QueryResponse> QueryAsync(DemoConnector.TwinfieldDocumentService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDocumentService.Query Query)
 {
     DemoConnector.TwinfieldDocumentService.QueryRequest inValue = new DemoConnector.TwinfieldDocumentService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query;
     return(((DemoConnector.TwinfieldDocumentService.DocumentService)(this)).QueryAsync(inValue));
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldDocumentService.ProcessResponse> ProcessAsync(DemoConnector.TwinfieldDocumentService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDocumentService.Command Command)
 {
     DemoConnector.TwinfieldDocumentService.CommandRequest inValue = new DemoConnector.TwinfieldDocumentService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     return(((DemoConnector.TwinfieldDocumentService.DocumentService)(this)).ProcessAsync(inValue));
 }
Esempio n. 5
0
 public QueryRequest(DemoConnector.TwinfieldDocumentService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDocumentService.Query Query)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Query          = Query;
 }
Esempio n. 6
0
 public CommandRequest(DemoConnector.TwinfieldDocumentService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDocumentService.Command Command)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Command        = Command;
 }