InheritanceInfo Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The InheritanceInfo type exposes the following members.
Name | Description | |
---|---|---|
InheritanceInfo |
Initializes a new instance of the InheritanceInfo class.
|
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 | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IInheritanceInfoReadXml |
Deserializes the object data on the xml reader into this instance
| |
IInheritanceInfoWriteXml |
Serializes the object as xml to the writer specified.
|