DocumentsQueryResult ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientDocumentsQueryResult

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

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

The DocumentsQueryResult type exposes the following members.

Constructors

  NameDescription
Public methodDocumentsQueryResult
Initializes a new instance of the DocumentsQueryResult class
Top
Methods

  NameDescription
Public methodGetDocumentsQueryResultFromDownloadRelation
Calls the HTTP Get method on the link for the relation “download”.
Public methodGetDocumentsQueryResultFromDownloadRelationAsync
Calls the HTTP Get method on the link for the relation “download” asynchronously.
Public methodGetDocumentsQueryResultFromFirstRelation
Calls the HTTP Get method on the link for the relation “first”.
Public methodGetDocumentsQueryResultFromFirstRelationAsync
Calls the HTTP Get method on the link for the relation “first” asynchronously.
Public methodGetDocumentsQueryResultFromNextRelation
Calls the HTTP Get method on the link for the relation “next”.
Public methodGetDocumentsQueryResultFromNextRelationAsync
Calls the HTTP Get method on the link for the relation “next” asynchronously.
Public methodGetDocumentsQueryResultFromPrevRelation
Calls the HTTP Get method on the link for the relation “prev”.
Public methodGetDocumentsQueryResultFromPrevRelationAsync
Calls the HTTP Get method on the link for the relation “prev” asynchronously.
Public methodGetDocumentsQueryResultFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetDocumentsQueryResultFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetXElementFromFeedRelation
Calls the HTTP Get method on the link for the relation “feed”.
Public methodGetXElementFromFeedRelationAsync
Calls the HTTP Get method on the link for the relation “feed” 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 methodPostToCreateUserDefinedSearchRelationForDialog
Calls the HTTP Post method on the link for the relation “createUserDefinedSearch”.
Public methodPostToCreateUserDefinedSearchRelationForDialogAsync
Calls the HTTP Post method on the link for the relation “createUserDefinedSearch” 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 propertyCount
Gets the number of items of the query leading to this result.
Public propertyCreateUserDefinedSearchRelationLink
Gets the Uri of the link for the relation “createUserDefinedSearch”.
Public propertyDownloadRelationLink
Gets the Uri of the link for the relation “download”.
Public propertyFeedRelationLink
Gets the Uri of the link for the relation “feed”.
Public propertyFirstRelationLink
Gets the Uri of the link for the relation “first”.
Public propertyItems
Public propertyLinks
Public propertyNextRelationLink
Gets the Uri of the link for the relation “next”.
Public propertyPrevRelationLink
Gets the Uri of the link for the relation “prev”.
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertyTimeStamp
TimeStamp of the result.
Public propertyTitle
The title of the document collection, if it exists.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyIRelationsWithProxyProxy
Top
Remarks

See Also

Reference