Class FileCabinetSelectListExpression
Query definition for a select list of a fc
Inheritance
System.Object
FileCabinetSelectListExpression
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FileCabinetSelectListExpression : object
Constructors
FileCabinetSelectListExpression()
Creates a new instance of this class
Declaration
public FileCabinetSelectListExpression()
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 |
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 |