Show / Hide Table of Contents

    Class DocumentsQueryTableResult

    Define table result from document query

    Inheritance
    System.Object
    DocumentsQueryTableResult
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    Headers

    Declaration
    public List<TableResultHeader> Headers { get; set; }
    Property Value
    Type Description
    List<TableResultHeader>

    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    Rows

    Declaration
    public List<TableResultRow> Rows { get; set; }
    Property Value
    Type Description
    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 null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.

    TimeStamp

    TimeStamp of the result.

    Declaration
    public System.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 System.Threading.Tasks.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(System.Threading.CancellationToken)

    Calls the HTTP Get method on the link for the relation “download” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromDownloadRelationAsync(System.Threading.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 System.Threading.Tasks.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(System.Threading.CancellationToken)

    Calls the HTTP Get method on the link for the relation “first” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromFirstRelationAsync(System.Threading.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 System.Threading.Tasks.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(System.Threading.CancellationToken)

    Calls the HTTP Get method on the link for the relation “next” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromNextRelationAsync(System.Threading.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 System.Threading.Tasks.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(System.Threading.CancellationToken)

    Calls the HTTP Get method on the link for the relation “prev” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromPrevRelationAsync(System.Threading.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 System.Threading.Tasks.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(System.Threading.CancellationToken)

    Calls the HTTP Get method on the link for the relation “self” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryTableResult>> GetDocumentsQueryTableResultFromSelfRelationAsync(System.Threading.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 System.Threading.Tasks.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(System.Threading.CancellationToken)

    Calls the HTTP Get method on the link for the relation “feed” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<XElementWrapper>> GetXElementWrapperFromFeedRelationAsync(System.Threading.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 System.Threading.Tasks.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(System.Threading.CancellationToken, BatchUpdateProcessData)

    Calls the HTTP Post method on the link for the relation “batchUpdate” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>> PostToBatchUpdateRelationForBatchUpdateIndexFieldsResultAsync(System.Threading.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 System.Threading.Tasks.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(System.Threading.CancellationToken, UserDefinedSearchInfo)

    Calls the HTTP Post method on the link for the relation “createUserDefinedSearch” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<Dialog>> PostToCreateUserDefinedSearchRelationForDialogAsync(System.Threading.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 System.IO.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 System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.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(System.Threading.CancellationToken, ExportSettings)

    Calls the HTTP Post method on the link for the relation “exportDocuments” asynchronously.

    Declaration
    public System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> PostToExportDocumentsRelationForStreamAsync(System.Threading.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 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.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top