Table of Contents

Enum TaskConditionField

Namespace
XENBIT.ResQueServe.Abstractions.DataStructures
Assembly
RQS.Abstractions.dll

Defines the fields that can be used as conditions in a task.

public enum TaskConditionField
Extension Methods

Fields

Keyword = 5

Represents the keyword name within the Name field for a condition.

Location = 0

Represents the Location field for a condition.

LocationCity = 2

Represents the city within the CityName in the Location field for a condition.

LocationDistrict = 1

Represents the district within the DistrictName in the Location field for a condition.

LocationPoiId = 3

Represents the object ID within the IPoi in the Location field for a condition.

LocationPoiName = 4

Represents the object name within the Name in the Location field for a condition.

Resource = 6

Represents the resource IUnitInfo field for a condition.

ResourceStation = 8

Represents the resource Station field for a condition.

UnitId = 7

Represents the unit Id field for a condition.