DialogInfo MethodsDocuWare Platform .NET API

The DialogInfo type exposes the following members.

Methods

  NameDescription
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 methodGetCountResultFromCountRelation
Calls the HTTP Get method on the link for the relation “count”.
Public methodGetCountResultFromCountRelationAsync
Calls the HTTP Get method on the link for the relation “count” asynchronously.
Public methodGetDialogFromAssignedDialogRelation
Calls the HTTP Get method on the link for the relation “assignedDialog”.
Public methodGetDialogFromAssignedDialogRelationAsync
Calls the HTTP Get method on the link for the relation “assignedDialog” asynchronously.
Public methodGetDialogFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetDialogFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodPostToCountRelationForCountResult
Calls the HTTP Post method on the link for the relation “count”.
Public methodPostToCountRelationForCountResultAsync
Calls the HTTP Post method on the link for the relation “count” 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.
Public methodPostToSelectListRelationForSelectListResult
Calls the HTTP Post method on the link for the relation “selectList”.
Public methodPostToSelectListRelationForSelectListResultAsync
Calls the HTTP Post method on the link for the relation “selectList” asynchronously.
Public methodPostToStoreDocumentRelationForDocument
Calls the HTTP Post method on the link for the relation “storeDocument”.
Public methodPostToStoreDocumentRelationForDocumentAsync
Calls the HTTP Post method on the link for the relation “storeDocument” asynchronously.
Public methodPostToTransferRelationForDocumentsQueryResult
Calls the HTTP Post method on the link for the relation “transfer”.
Public methodPostToTransferRelationForDocumentsQueryResultAsync
Calls the HTTP Post method on the link for the relation “transfer” asynchronously.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
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.)
Public Extension MethodUploadDocument
Uploads the document.
(Defined by FileCabinetExtensions.)
Public Extension MethodUploadDocumentAsync
Uploads the document asynchronous.
(Defined by FileCabinetExtensions.)
Top
See Also

Reference