Class TasksQuery
Inheritance
System.Object
TasksQuery
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 TasksQuery
Constructors
TasksQuery()
Creates a new instance of this class
Declaration
public TasksQuery()
Properties
Count
Count of the returned items.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Instances
List of instances ids.
Declaration
public List<string> Instances { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Operation
Specifies the operation between the conditions which are checked.
Declaration
public TaskExpressionOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
TaskExpressionOperation |
RemoveLinks
Indicates whether the task links should be loaded.
Declaration
public bool RemoveLinks { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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> |