Class DocumentsQueryTableResult
Define table result from document query
Inheritance
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Hawk]
public class DocumentsQueryTableResult : IRelationsWithProxy
  Properties
BatchUpdateRelationLink
Gets the Uri of the link for the relation “batchUpdate”.
Declaration
public string BatchUpdateRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “batchUpdate” if it exists, or 
Count
Gets the number of items of the query leading to this result.
Declaration
public CountPlusValue Count { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CountPlusValue | 
CreateUserDefinedSearchRelationLink
Gets the Uri of the link for the relation “createUserDefinedSearch”.
Declaration
public string CreateUserDefinedSearchRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “createUserDefinedSearch” if it exists, or 
DownloadRelationLink
Gets the Uri of the link for the relation “download”.
Declaration
public string DownloadRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “download” if it exists, or 
ExportDocumentsRelationLink
Gets the Uri of the link for the relation “exportDocuments”.
Declaration
public string ExportDocumentsRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “exportDocuments” if it exists, or 
FeedRelationLink
Gets the Uri of the link for the relation “feed”.
Declaration
public string FeedRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “feed” if it exists, or 
FileCabinetId
The guid of the cabinet.
Declaration
public string FileCabinetId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FirstRelationLink
Gets the Uri of the link for the relation “first”.
Declaration
public string FirstRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “first” if it exists, or 
Headers
Declaration
public List<TableResultHeader> Headers { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TableResultHeader> | 
LastAccessUser
The last user to execute the operation.
Declaration
public string LastAccessUser { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Links
Declaration
public Link[] Links { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Link[] | 
NextRelationLink
Gets the Uri of the link for the relation “next”.
Declaration
public string NextRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “next” if it exists, or 
OrganizationGuid
The guid of the organization.
Declaration
public string OrganizationGuid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PrevRelationLink
Gets the Uri of the link for the relation “prev”.
Declaration
public string PrevRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “prev” if it exists, or 
Rows
Declaration
public List<TableResultRow> Rows { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TableResultRow> | 
SelfRelationLink
Gets the Uri of the link for the relation “self”.
Declaration
public string SelfRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “self” if it exists, or 
TimeStamp
TimeStamp of the result.
Declaration
public DateTime TimeStamp { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
Methods
GetDocumentsQueryTableResultFromDownloadRelation()
Calls the HTTP Get method on the link for the relation “download”.
Declaration
public DocumentsQueryTableResult GetDocumentsQueryTableResultFromDownloadRelation()
  Returns
| Type | Description | 
|---|---|
| DocumentsQueryTableResult | The content of the response.  | 
      
GetDocumentsQueryTableResultFromDownloadRelationAsync()
Calls the HTTP Get method on the link for the relation “download” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromDownloadRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “download”.
GetDocumentsQueryTableResultFromDownloadRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “download” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromDownloadRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “download”.
GetDocumentsQueryTableResultFromFirstRelation()
Calls the HTTP Get method on the link for the relation “first”.
Declaration
public DocumentsQueryTableResult GetDocumentsQueryTableResultFromFirstRelation()
  Returns
| Type | Description | 
|---|---|
| DocumentsQueryTableResult | The content of the response.  | 
      
GetDocumentsQueryTableResultFromFirstRelationAsync()
Calls the HTTP Get method on the link for the relation “first” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromFirstRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “first”.
GetDocumentsQueryTableResultFromFirstRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “first” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromFirstRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “first”.
GetDocumentsQueryTableResultFromNextRelation()
Calls the HTTP Get method on the link for the relation “next”.
Declaration
public DocumentsQueryTableResult GetDocumentsQueryTableResultFromNextRelation()
  Returns
| Type | Description | 
|---|---|
| DocumentsQueryTableResult | The content of the response.  | 
      
GetDocumentsQueryTableResultFromNextRelationAsync()
Calls the HTTP Get method on the link for the relation “next” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromNextRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “next”.
GetDocumentsQueryTableResultFromNextRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “next” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromNextRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “next”.
GetDocumentsQueryTableResultFromPrevRelation()
Calls the HTTP Get method on the link for the relation “prev”.
Declaration
public DocumentsQueryTableResult GetDocumentsQueryTableResultFromPrevRelation()
  Returns
| Type | Description | 
|---|---|
| DocumentsQueryTableResult | The content of the response.  | 
      
GetDocumentsQueryTableResultFromPrevRelationAsync()
Calls the HTTP Get method on the link for the relation “prev” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromPrevRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “prev”.
GetDocumentsQueryTableResultFromPrevRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “prev” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromPrevRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “prev”.
GetDocumentsQueryTableResultFromSelfRelation()
Calls the HTTP Get method on the link for the relation “self”.
Declaration
public DocumentsQueryTableResult GetDocumentsQueryTableResultFromSelfRelation()
  Returns
| Type | Description | 
|---|---|
| DocumentsQueryTableResult | The content of the response.  | 
      
GetDocumentsQueryTableResultFromSelfRelationAsync()
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromSelfRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
GetDocumentsQueryTableResultFromSelfRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromSelfRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
GetXElementWrapperFromFeedRelation()
Calls the HTTP Get method on the link for the relation “feed”.
Declaration
public XElementWrapper GetXElementWrapperFromFeedRelation()
  Returns
| Type | Description | 
|---|---|
| XElementWrapper | The content of the response.  | 
      
GetXElementWrapperFromFeedRelationAsync()
Calls the HTTP Get method on the link for the relation “feed” asynchronously.
Declaration
public Task<DeserializedHttpResponse<XElementWrapper>> GetXElementWrapperFromFeedRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<XElementWrapper>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “feed”.
GetXElementWrapperFromFeedRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “feed” asynchronously.
Declaration
public Task<DeserializedHttpResponse<XElementWrapper>> GetXElementWrapperFromFeedRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<XElementWrapper>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “feed”.
PostToBatchUpdateRelationForBatchUpdateIndexFieldsResult(BatchUpdateProcessData)
Calls the HTTP Post method on the link for the relation “batchUpdate”.
Declaration
public BatchUpdateIndexFieldsResult PostToBatchUpdateRelationForBatchUpdateIndexFieldsResult(BatchUpdateProcessData dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BatchUpdateProcessData | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| BatchUpdateIndexFieldsResult | The content of the response.  | 
      
PostToBatchUpdateRelationForBatchUpdateIndexFieldsResultAsync(BatchUpdateProcessData)
Calls the HTTP Post method on the link for the relation “batchUpdate” asynchronously.
Declaration
public Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>> PostToBatchUpdateRelationForBatchUpdateIndexFieldsResultAsync(BatchUpdateProcessData dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BatchUpdateProcessData | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “batchUpdate”.
PostToBatchUpdateRelationForBatchUpdateIndexFieldsResultAsync(CancellationToken, BatchUpdateProcessData)
Calls the HTTP Post method on the link for the relation “batchUpdate” asynchronously.
Declaration
public Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>> PostToBatchUpdateRelationForBatchUpdateIndexFieldsResultAsync(CancellationToken cancellationToken, BatchUpdateProcessData dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| BatchUpdateProcessData | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “batchUpdate”.
PostToCreateUserDefinedSearchRelationForDialog(UserDefinedSearchInfo)
Calls the HTTP Post method on the link for the relation “createUserDefinedSearch”.
Declaration
public Dialog PostToCreateUserDefinedSearchRelationForDialog(UserDefinedSearchInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UserDefinedSearchInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| Dialog | The content of the response.  | 
      
PostToCreateUserDefinedSearchRelationForDialogAsync(UserDefinedSearchInfo)
Calls the HTTP Post method on the link for the relation “createUserDefinedSearch” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Dialog>> PostToCreateUserDefinedSearchRelationForDialogAsync(UserDefinedSearchInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UserDefinedSearchInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Dialog>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “createUserDefinedSearch”.
PostToCreateUserDefinedSearchRelationForDialogAsync(CancellationToken, UserDefinedSearchInfo)
Calls the HTTP Post method on the link for the relation “createUserDefinedSearch” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Dialog>> PostToCreateUserDefinedSearchRelationForDialogAsync(CancellationToken cancellationToken, UserDefinedSearchInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| UserDefinedSearchInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Dialog>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “createUserDefinedSearch”.
PostToExportDocumentsRelationForStream(ExportSettings)
Calls the HTTP Post method on the link for the relation “exportDocuments”.
Declaration
public Stream PostToExportDocumentsRelationForStream(ExportSettings dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ExportSettings | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.IO.Stream | The content of the response.  | 
      
PostToExportDocumentsRelationForStreamAsync(ExportSettings)
Calls the HTTP Post method on the link for the relation “exportDocuments” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> PostToExportDocumentsRelationForStreamAsync(ExportSettings dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ExportSettings | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “exportDocuments”.
PostToExportDocumentsRelationForStreamAsync(CancellationToken, ExportSettings)
Calls the HTTP Post method on the link for the relation “exportDocuments” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> PostToExportDocumentsRelationForStreamAsync(CancellationToken cancellationToken, ExportSettings dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| ExportSettings | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “exportDocuments”.
SetProxy(HttpClientProxy)
Sets the HTTP communication proxy which is used in further HTTP communication.
Declaration
public void SetProxy(HttpClientProxy proxy)
  Parameters
| Type | Name | Description | 
|---|---|---|
| HttpClientProxy | proxy | The System.Net.Http.HttpClient instance which is used in further HTTP communication.  | 
      
Remarks
The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.