Class TargetEntityType
Target entity type This Enum is used by: target_group.entity_type; target_revision_history.entity_type; target_dimension.entity_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class TargetEntityType : Enum
Fields
None
0: None
Declaration
public const TargetEntityType None
Field Value
Type | Description |
---|---|
TargetEntityType |
Sale
1: Sale
Declaration
public const TargetEntityType Sale
Field Value
Type | Description |
---|---|
TargetEntityType |
value__
Target entity type This Enum is used by: target_group.entity_type; target_revision_history.entity_type; target_dimension.entity_type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)