Class MultiColSelectListExpressionCondition
Condition for specific multi column select list column
Inheritance
System.Object
MultiColSelectListExpressionCondition
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class MultiColSelectListExpressionCondition : object
Properties
ColumnName
The name of the column
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of the column
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The search value of the field.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |