Interface ITaskCondition
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
Represents a condition used within a task.
public interface ITaskCondition
Properties
Field
Gets or sets the field to which the condition applies.
TaskConditionField Field { get; set; }
Property Value
Id
long Id { get; set; }
Property Value
Operator
Gets or sets the operator used in the condition.
TaskConditionOperator Operator { get; set; }
Property Value
Value
Gets or sets the value used in the condition.
string? Value { get; set; }