Click or drag to resize
SelectListExpression Class
Query definition for a select list
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientSelectListExpression

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class SelectListExpression

The SelectListExpression type exposes the following members.

Constructors
  NameDescription
Public methodSelectListExpression
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyCount
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returnen in one block using Limit parameter.
Public propertyDialogExpression
The expression with already filled values.
Public propertyFieldName
The database name of the dialog field to be filled.
Public propertyLimit
Limit the number of hits that are returned if no block size is specified
Public propertySortDirection
Define sort order of the select list
Public propertyStart
First result to return if block size is specified
Public propertyValuePrefix
A possible prefix of value of the field to be filled.
Top
Remarks