IInheritanceInfo Interface |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The IInheritanceInfo type exposes the following members.
Name | Description | |
---|---|---|
DiscriminatorColumnIndex |
Gets the index of the discriminator column.
| |
DiscriminatorColumnValue |
Gets the discriminator column value.
| |
EntityNamesOfPathsToLeafs |
List with all the entity names on the paths from the OwnerEntityName entity to all the leafs in the hierarchy below the
OwnerEntityName. If the OwnerEntityName is a leaf, this list is empty.
| |
EntityNamesOnHierarchyPath |
List with all the entity names on the path to the root, starting with the hierarchy root and ending with the OwnerEntityName.
If OwnerEntityName entity is a root entity, this collection contains one name: OwnerEntityName.
| |
HierarchyType |
Gets the type of the hierarchy.
| |
OwnerEntityName |
The name of the entity which owns this information, of which this object belongs to.
| |
RelationsToHierarchyRoot |
Gets the relations to hierarchy root, starting at the root, to the owner entity, INNER JOINed
| |
SuperTypeEntityName |
Gets the name of the super type entity. Example: "CustomerEntity"
| |
TypeFilterTargetPerEntityHierarchy |
Gets the type filter if the entity which owns this information is in a TargetPerEntityHierarchy, null otherwise.
|
Name | Description | |
---|---|---|
ReadXml |
Deserializes the object data on the xml reader into this instance
| |
WriteXml |
Serializes the object as xml to the writer specified.
|