Click or drag to resize
Dialog Class
Inheritance Hierarchy

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 = false)]
public class Dialog : DialogInfo, IHttpClientProxy

The Dialog type exposes the following members.

Constructors
  NameDescription
Public methodDialog
Initializes a new instance of the Dialog class
Top
Properties
  NameDescription
Public propertyFields
The fields of this dialog.
Public propertyProperties
Dialog properties specific for dialog type.
Public propertyQuery
The query defined by this dialog.
Top
Methods
  NameDescription
Public methodSetProxy
Sets the HTTP communication proxy which is used in further HTTP communication.
(Overrides DialogInfoSetProxy(HttpClientProxy).)
Top
Extension Methods
  NameDescription
Public Extension MethodGetDocumentsResultOverloaded.
Gets the documents as table result.
(Defined by ResultListExtensions.)
Public Extension MethodGetDocumentsResult(DialogExpression)Overloaded.
Gets the documents as table result.
(Defined by ResultListExtensions.)
Public Extension MethodGetDocumentsResultAsyncOverloaded.
Gets the documents as table result asynchronously.
(Defined by ResultListExtensions.)
Public Extension MethodGetDocumentsResultAsync(DialogExpression)Overloaded.
Gets the documents as table result asynchronously.
(Defined by ResultListExtensions.)
Public Extension MethodGetDocumentsTableResultOverloaded.
Gets the documents as table result.
(Defined by ResultListExtensions.)
Public Extension MethodGetDocumentsTableResult(DialogExpression)Overloaded.
Gets the documents as table result.
(Defined by ResultListExtensions.)
Public Extension MethodGetDocumentsTableResultAsyncOverloaded.
Gets the documents as table result asynchronously.
(Defined by ResultListExtensions.)
Public Extension MethodGetDocumentsTableResultAsync(DialogExpression)Overloaded.
Gets the documents as table result asynchronously.
(Defined by ResultListExtensions.)
Top
Explicit Interface Implementations
Remarks