Class TagEntity
Target Entity of Tags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class TagEntity : Enum
Fields
Global
0: Global, not assigned to any particular target
Declaration
public const TagEntity Global
Field Value
Type | Description |
---|---|
TagEntity |
Ticket
1: Ticket / request
Declaration
public const TagEntity Ticket
Field Value
Type | Description |
---|---|
TagEntity |
value__
Target Entity of Tags This Enum consists of flag values that can be combined.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)