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.9
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(HttpClient).)
Top
Explicit Interface Implementations
Remarks