InheritanceHierarchyType Enumeration |
Enum definition for defining the inheritance hierarchy type of an entity: how it relates to its supertype.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public enum InheritanceHierarchyType
Public Enumeration InheritanceHierarchyType
Members
| Member name | Value | Description |
---|
| None | 0 |
No hierarchy type defined for this entity, the entity is not in an inheritance hierarchy
|
| TargetPerEntityHierarchy | 1 |
The entity and its supertypes and subtypes with the same InheritanceHierarchyType all map to the same target.
|
| TargetPerEntity | 2 |
The entity maps to its own target, which is different from the targets of supertypes and subtypes.
|
See Also