Click or drag to resize
TableResultRow Class
Define a row of the table result from document query
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientTableResultRow

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.10 [UNOFFICIAL BUILD]
Syntax
C#
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[HawkAttribute]
public class TableResultRow : IRelationsWithProxy, 
	IRelations, IHttpClientProxy

The TableResultRow type exposes the following members.

Constructors
  NameDescription
Public methodTableResultRow
Initializes a new instance of the TableResultRow class
Top
Properties
  NameDescription
Public propertyClippedDocumentsRelationLink
Gets the Uri of the link for the relation “clippedDocuments”.
Public propertyFieldsRelationLink
Gets the Uri of the link for the relation “fields”.
Public propertyId
Id of the document represented by the current row.
Public propertyIntellixRelationLink
Gets the Uri of the link for the relation “intellix”.
Public propertyItems
Public propertyLinks
Public propertyLockRelationLink
Gets the Uri of the link for the relation “lock”.
Public propertyRightsRelationLink
Gets the Uri of the link for the relation “rights”.
Public propertySectionsRelationLink
Gets the Uri of the link for the relation “sections”.
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertySuggestions
Fields of a document
Public propertySuggestionsRelationLink
Gets the Uri of the link for the relation “suggestions”.
Public propertyThumbnailRelationLink
Gets the Uri of the link for the relation “thumbnail”.
Top
Methods
  NameDescription
Public methodDeleteLockRelation
Calls the HTTP Delete method on the link for the relation “lock”.
Public methodDeleteLockRelationAsync
Calls the HTTP Delete method on the link for the relation “lock” asynchronously.
Public methodDeleteLockRelationAsync(CancellationToken)
Calls the HTTP Delete method on the link for the relation “lock” asynchronously.
Public methodDeleteSelfRelation
Calls the HTTP Delete method on the link for the relation “self”.
Public methodDeleteSelfRelationAsync
Calls the HTTP Delete method on the link for the relation “self” asynchronously.
Public methodDeleteSelfRelationAsync(CancellationToken)
Calls the HTTP Delete method on the link for the relation “self” asynchronously.
Public methodGetDocumentFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetDocumentFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetDocumentFromSelfRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetDocumentIndexFieldsFromFieldsRelation
Calls the HTTP Get method on the link for the relation “fields”.
Public methodGetDocumentIndexFieldsFromFieldsRelationAsync
Calls the HTTP Get method on the link for the relation “fields” asynchronously.
Public methodGetDocumentIndexFieldsFromFieldsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “fields” asynchronously.
Public methodGetSectionsFromSectionsRelation
Calls the HTTP Get method on the link for the relation “sections”.
Public methodGetSectionsFromSectionsRelationAsync
Calls the HTTP Get method on the link for the relation “sections” asynchronously.
Public methodGetSectionsFromSectionsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “sections” asynchronously.
Public methodGetStreamFromThumbnailRelation
Calls the HTTP Get method on the link for the relation “thumbnail”.
Public methodGetStreamFromThumbnailRelationAsync
Calls the HTTP Get method on the link for the relation “thumbnail” asynchronously.
Public methodGetStreamFromThumbnailRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “thumbnail” asynchronously.
Public methodGetSuggestionFieldsFromSuggestionsRelation
Calls the HTTP Get method on the link for the relation “suggestions”.
Public methodGetSuggestionFieldsFromSuggestionsRelationAsync
Calls the HTTP Get method on the link for the relation “suggestions” asynchronously.
Public methodGetSuggestionFieldsFromSuggestionsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “suggestions” asynchronously.
Public methodPostToLockRelationForString
Calls the HTTP Post method on the link for the relation “lock”.
Public methodPostToLockRelationForStringAsync(LockInfo)
Calls the HTTP Post method on the link for the relation “lock” asynchronously.
Public methodPostToLockRelationForStringAsync(CancellationToken, LockInfo)
Calls the HTTP Post method on the link for the relation “lock” asynchronously.
Public methodPostToRightsRelationForSection
Calls the HTTP Post method on the link for the relation “rights”.
Public methodPostToRightsRelationForSectionAsync(String, Stream)
Calls the HTTP Post method on the link for the relation “rights” asynchronously.
Public methodPostToRightsRelationForSectionAsync(CancellationToken, String, Stream)
Calls the HTTP Post method on the link for the relation “rights” asynchronously.
Public methodPostToSectionsRelationForSection
Calls the HTTP Post method on the link for the relation “sections”.
Public methodPostToSectionsRelationForSectionAsync(String, Stream)
Calls the HTTP Post method on the link for the relation “sections” asynchronously.
Public methodPostToSectionsRelationForSectionAsync(CancellationToken, String, Stream)
Calls the HTTP Post method on the link for the relation “sections” asynchronously.
Public methodPostToSelfRelationForDocument
Calls the HTTP Post method on the link for the relation “self”.
Public methodPostToSelfRelationForDocumentAsync(String, Stream)
Calls the HTTP Post method on the link for the relation “self” asynchronously.
Public methodPostToSelfRelationForDocumentAsync(CancellationToken, String, Stream)
Calls the HTTP Post method on the link for the relation “self” asynchronously.
Public methodPutToClippedDocumentsRelationForDocument
Calls the HTTP Put method on the link for the relation “clippedDocuments”.
Public methodPutToClippedDocumentsRelationForDocumentAsync(IntegerList)
Calls the HTTP Put method on the link for the relation “clippedDocuments” asynchronously.
Public methodPutToClippedDocumentsRelationForDocumentAsync(CancellationToken, IntegerList)
Calls the HTTP Put method on the link for the relation “clippedDocuments” asynchronously.
Public methodPutToFieldsRelationForDocumentIndexFields(DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields”.
Public methodPutToFieldsRelationForDocumentIndexFields(UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields”.
Public methodPutToFieldsRelationForDocumentIndexFieldsAsync(DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Public methodPutToFieldsRelationForDocumentIndexFieldsAsync(UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Public methodPutToFieldsRelationForDocumentIndexFieldsAsync(CancellationToken, DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Public methodPutToFieldsRelationForDocumentIndexFieldsAsync(CancellationToken, UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Public methodSetProxy
Sets the HTTP communication proxy which is used in further HTTP communication.
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(CancellationToken, 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 MethodDeleteTResponse(HttpClient, CancellationToken, 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(CancellationToken, 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 MethodGetTResponse(HttpClient, CancellationToken, 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(CancellationToken, 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(CancellationToken, String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(CancellationToken, 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(CancellationToken, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClientProxy, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClientProxy, CancellationToken, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Top
Explicit Interface Implementations
Remarks