Class MultiColSelectListExpressionCondition
Condition for specific multi column select list column
Inheritance
System.Object
    MultiColSelectListExpressionCondition
  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
[Quokka]
public class MultiColSelectListExpressionCondition
  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 |