Click or drag to resize
DocumentLink Class
Define a query that link one documnet to another document from same or different file cabinet
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDocumentLink

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
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 DocumentLink : IRelationsWithProxy, 
	IRelations

The DocumentLink type exposes the following members.

Constructors
  NameDescription
Public methodDocumentLink
Initializes a new instance of the DocumentLink class
Top
Methods
  NameDescription
Public methodGetDialogFromResultDialogRelation
Calls the HTTP Get method on the link for the relation “resultDialog”.
Public methodGetDialogFromResultDialogRelationAsync
Calls the HTTP Get method on the link for the relation “resultDialog” asynchronously.
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 methodPostToResultRelationForDocumentsQueryResult
Calls the HTTP Post method on the link for the relation “result”.
Public methodPostToResultRelationForDocumentsQueryResultAsync
Calls the HTTP Post method on the link for the relation “result” 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 propertyId
Identity of the document link
Public propertyLinks
Public propertyName
Name of the document link
Public propertyResultDialogRelationLink
Gets the Uri of the link for the relation “resultDialog”.
Public propertyResultRelationLink
Gets the Uri of the link for the relation “result”.
Public propertyTargetFileCabinet
File cabinet that the document is linked to
Public propertyTargetResultList
Identity of the result list that will be used to show the linked documents
Top
Explicit Interface Implementations
Remarks