示例#1
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);
 }
示例#2
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));
 }
示例#3
0
 public QueryRequest(DemoConnector.TwinfieldDocumentService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDocumentService.Query Query)
 {
     this.Authentication = Authentication;
     this.SessionId      = SessionId;
     this.Query          = Query;
 }