Click or drag to resize
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.2.0.0 (5.2.17.0403)
Syntax
public enum InheritanceHierarchyType
Members
  Member nameValueDescription
None0 No hierarchy type defined for this entity, the entity is not in an inheritance hierarchy
TargetPerEntityHierarchy1 The entity and its supertypes and subtypes with the same InheritanceHierarchyType all map to the same target.
TargetPerEntity2 The entity maps to its own target, which is different from the targets of supertypes and subtypes.
See Also