Table of Contents

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

TaskConditionField

Id

long Id { get; set; }

Property Value

long

Operator

Gets or sets the operator used in the condition.

TaskConditionOperator Operator { get; set; }

Property Value

TaskConditionOperator

Value

Gets or sets the value used in the condition.

string? Value { get; set; }

Property Value

string