Interface IAttributeReferenceVisitor
public interface IAttributeReferenceVisitor
This interface defines a method for adding attributes and/or relations included in an entity reference.
- Since:
- 9.6
- Author:
- Petru Galanton
-
Method Details
-
process
This method may be used by the data layer to add an attribute and/or relation to an entity reference.- Parameters:
entityName
- the name of the entity which has the attribute or relationattributeName
- the name of the attribute or relation- Throws:
InitializationException
- if the attribute name is invalid
-