IRODLEntityWithAncestor
Overview
The IRODLEntityWithAncestor interface represents a RODL entity and potentially its ancestor. This interface is implemented by the RODL elements that are eqipped to have an ancestor, like TRODLBaseStruct or TRODLBaseService.
Use Case
Basically, you will not use this interface directly, but if you want to manipulate RODL elements directly, you can do this by accessing the Ancestor
property of the class that supports this interface. The manipulation of RODL Meta Data is described in this article.
Location
- Unit: uRODL.pas
- Ancestry: IRODLEntityWithAncestor
Properties
Ancestor
Represents the name of the ancestor class.
property Ancestor: string read write