Class MultiColumnSelectListValuesQuery
Query for multi column select list values
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class MultiColumnSelectListValuesQuery : SelectListValuesQuery
Properties
Condition
Gets or sets the conditions which are checked to obtain the select list result.
Declaration
public List<MultiColumnSelectListExpressionCondition> Condition { get; set; }
Property Value
Type | Description |
---|---|
List<MultiColumnSelectListExpressionCondition> |
Operation
Specifies the operation between the conditions which are checked.
Declaration
public DialogExpressionOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
DialogExpressionOperation |
SourceColumn
The select list column name that should be used as source
Declaration
public string SourceColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |