DocumentsQuery ClassDocuWare Platform .NET API
Defines a query for documents.
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientDocumentsQuery

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class DocumentsQuery : IRelationsWithProxy, 
	IRelations

The DocumentsQuery type exposes the following members.

Constructors

  NameDescription
Public methodDocumentsQuery
Creates a new instance of this class
Top
Methods

  NameDescription
Public methodGetDocumentsQueryResultFromResultRelation
Calls the HTTP Get method on the link for the relation “result”.
Public methodGetDocumentsQueryResultFromResultRelationAsync
Calls the HTTP Get method on the link for the relation “result” asynchronously.
Public methodPostToBatchUpdateRelationForBatchUpdateIndexFieldsResult
Calls the HTTP Post method on the link for the relation “batchUpdate”.
Public methodPostToBatchUpdateRelationForBatchUpdateIndexFieldsResultAsync
Calls the HTTP Post method on the link for the relation “batchUpdate” asynchronously.
Public methodPostToDialogExpressionRelationForDocumentsQueryResult
Calls the HTTP Post method on the link for the relation “dialogExpression”.
Public methodPostToDialogExpressionRelationForDocumentsQueryResultAsync
Calls the HTTP Post method on the link for the relation “dialogExpression” asynchronously.
Top
Extension Methods

  NameDescription
Public Extension MethodDeleteTResponse(String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetBaseUri
Gets the base URI of the specified relations instance.
(Defined by RelationsWithProxyExtensions.)
Public Extension MethodGetLink
Gets the link by its name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUri
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUriOrThrow
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodHasRelationUri
Determines whether the specified link exists.
(Defined by RelationExtension.)
Public Extension MethodSendTResponse(HttpMethod, String, String)Overloaded.
Sends a message to the specified proxy.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(HttpMethod, HttpClient, String, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClient, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Top
Properties

  NameDescription
Public propertyBatchUpdateRelationLink
Gets the Uri of the link for the relation “batchUpdate”.
Public propertyDialogExpressionRelationLink
Gets the Uri of the link for the relation “dialogExpression”.
Public propertyExpression
Gets or sets the query expression.
Public propertyFields
Gets or sets the fields which are returned by this query.
Public propertyForceRefresh
Determine if result list is retrieved from the cache when ForceRefresh is set to false (default) or always a new one is executed when ForceRefresh is set to true.
Public propertyLinks
Public propertyResultRelationLink
Gets the Uri of the link for the relation “result”.
Public propertySortOrder
Gets or sets the fields which are returned by this query.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyIRelationsWithProxyProxy
Top
Remarks

See Also

Reference