Class MultiColSelectListValuesQuery
Query for multi column select list values
Inheritance
System.Object
MultiColSelectListValuesQuery
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class MultiColSelectListValuesQuery : object
Constructors
MultiColSelectListValuesQuery()
Creates a new instance of this class
Declaration
public MultiColSelectListValuesQuery()
Properties
Condition
Gets or sets the conditions which are checked to obtain the select list result.
Declaration
public List<MultiColSelectListExpressionCondition> Condition { get; set; }
Property Value
Type | Description |
---|---|
List<MultiColSelectListExpressionCondition> |
Count
Result will be returned on pages with that block size if specified.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Operation
Specifies the operation between the conditions which are checked.
Declaration
public DialogExpressionOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
DialogExpressionOperation |
Start
First result to return if block size is specified.
Declaration
public int Start { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartsWithColumn
Column name for prefix search.
Declaration
public string StartsWithColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartsWithValue
Value for prefix search.
Declaration
public string StartsWithValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |