Class TaskUniqueColumnsQuery
Inheritance
System.Object
    TaskUniqueColumnsQuery
  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 TaskUniqueColumnsQuery
  Properties
Count
Count of the returned items.
Declaration
public int Count { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Operation
Specifies the operation between the conditions which are checked.
Declaration
public TaskExpressionOperation Operation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TaskExpressionOperation | 
SortOrder
Sort order for the task list.
Declaration
public List<ColumnSortOrder> SortOrder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ColumnSortOrder> | 
Start
Start position of the search.
Declaration
public int Start { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TaskExpressionCondition
The condition of the expression in the task list.
Declaration
public List<TaskExpressionCondition> TaskExpressionCondition { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TaskExpressionCondition> |