Click or drag to resize
SingleColumnSelectListValues Class
Dialog properties specific for Search Dialog
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientSelectListValues
    DocuWare.Platform.ServerClientSingleColumnSelectListValues

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)]
public class SingleColumnSelectListValues : SelectListValues, 
	IHttpClientProxy

The SingleColumnSelectListValues type exposes the following members.

Constructors
  NameDescription
Public methodSingleColumnSelectListValues
Initializes a new instance of the SingleColumnSelectListValues class
Top
Properties
  NameDescription
Public propertyValues
Select list values.
Top
Methods
  NameDescription
Public methodSetProxy
Sets the HTTP communication proxy which is used in further HTTP communication.
(Overrides SelectListValuesSetProxy(HttpClientProxy).)
Top
Explicit Interface Implementations
Remarks