Class MultiColumnSelectListValuesQuery
Query for multi column select list values
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 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 |
---|---|
System.Collections.Generic.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 |