Class SelectListExpression
Query definition for a select list
Inheritance
System.Object
SelectListExpression
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SelectListExpression : object
Constructors
SelectListExpression()
Creates a new instance of this class
Declaration
public SelectListExpression()
Properties
Count
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returned in one block using Limit parameter.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DialogExpression
The expression with already filled values.
Declaration
public DialogExpression DialogExpression { get; set; }
Property Value
Type | Description |
---|---|
DialogExpression |
ExcludeExternal
Determines whether to return values from external select lists
Declaration
public bool ExcludeExternal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FieldName
The database name of the dialog field to be filled.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Limit
Limit the number of hits that are returned if no block size is specified
Declaration
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SortDirection
Define sort order of the select list
Declaration
public SortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
SortDirection |
Start
First result to return if block size is specified
Declaration
public int Start { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Typed
If this value is true
, then the response contains typed values. Otherwise each value is converted to a string using the agent's locale settings.
Declaration
public bool Typed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValuePrefix
A possible prefix of value of the field to be filled.
Declaration
public string ValuePrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |