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 = 5Represents the keyword name within the Name field for a condition.
Location = 0Represents the Location field for a condition.
LocationCity = 2Represents the city within the CityName in the Location field for a condition.
LocationDistrict = 1Represents the district within the DistrictName in the Location field for a condition.
LocationPoiId = 3Represents the object ID within the IPoi in the Location field for a condition.
LocationPoiName = 4Represents the object name within the Name in the Location field for a condition.
Resource = 6Represents the resource IUnitInfo field for a condition.
ResourceStation = 8Represents the resource Station field for a condition.
UnitId = 7Represents the unit Id field for a condition.