Class TaskCondition
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public record TaskCondition : ITaskCondition, IEquatable<TaskCondition>
- Inheritance
-
TaskCondition
- Implements
- Inherited Members
Properties
Field
Gets or sets the field to which the condition applies.
public TaskConditionField Field { get; set; }
Property Value
Id
public long Id { get; set; }
Property Value
Operator
Gets or sets the operator used in the condition.
public TaskConditionOperator Operator { get; set; }
Property Value
Value
Gets or sets the value used in the condition.
public string? Value { get; set; }