Table of Contents

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

TaskConditionField

Id

public long Id { get; set; }

Property Value

long

Operator

Gets or sets the operator used in the condition.

public TaskConditionOperator Operator { get; set; }

Property Value

TaskConditionOperator

Value

Gets or sets the value used in the condition.

public string? Value { get; set; }

Property Value

string