Interface IDomainPropertyVisitor

All Known Implementing Classes:
ReportingDomainPropertyVisitor

public interface IDomainPropertyVisitor
Visitor interface for adding properties.
Since:
9.3
Author:
A.Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a property.
  • Method Details

    • addProperty

      void addProperty(IDomainPropertyDS property)
      Adds a property.
      Parameters:
      property - Datasource of the property to add, not null.
      Throws:
      InitializationException - Is thrown in case of an initialization error.