DialogInfo ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientDialogInfo
    DocuWare.Platform.ServerClientDialog

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

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

The DialogInfo type exposes the following members.

Constructors

  NameDescription
Public methodDialogInfo
Creates a new instance of this class
Top
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
Properties

  NameDescription
Public propertyAssignedDialogId
The id of the assigned dialog
Public propertyAssignedDialogRelationLink
Gets the Uri of the link for the relation “assignedDialog”.
Public propertyColor
Color of the dialog icon.
Public propertyCountRelationLink
Gets the Uri of the link for the relation “count”.
Public propertyCreateUserDefinedSearchRelationLink
Gets the Uri of the link for the relation “createUserDefinedSearch”.
Public propertyDisplayName
Public propertyFileCabinetId
Public propertyFileCabinetName
Public propertyId
Public propertyIsDefault
Gets or sets if this dialog is a default dialog.
Public propertyIsForMobile
Public propertyLinks
Public propertySelectListRelationLink
Gets the Uri of the link for the relation “selectList”.
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertyStoreDocumentRelationLink
Gets the Uri of the link for the relation “storeDocument”.
Public propertyTransferRelationLink
Gets the Uri of the link for the relation “transfer”.
Public propertyType
The type of the dialog.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyIRelationsWithProxyProxy
Top
Remarks

See Also

Reference