Interface IDomainPropertyVisitor
- All Known Implementing Classes:
ReportingDomainPropertyVisitor
public interface IDomainPropertyVisitor
Visitor interface for adding properties.
- Since:
- 9.3
- Author:
- A.Pragt
-
Method Details
-
addProperty
Adds a property.- Parameters:
property
- Datasource of the property to add, not null.- Throws:
InitializationException
- Is thrown in case of an initialization error.
-