Class SelectListExpression
Query definition for a select list
Inheritance
System.Object
SelectListExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SelectListExpression
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
[Eagle]
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
[Gecko]
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
[Eagle]
public SortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
SortDirection |
Start
First result to return if block size is specified
Declaration
[Eagle]
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
[Impala]
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 |