Class TaskExpressionCondition
Condition for specific database name (field) in the task list
Inheritance
System.Object
    TaskExpressionCondition
  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 TaskExpressionCondition
  Properties
DBName
Gets or sets the database name which provides the value checked against the condition.
Declaration
public string DBName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Value
Specifies the value or the expression of the task list field.
Declaration
public List<string> Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
Remarks
If a single value is specified then a exact search (or wild card search) is performed.