Interface IDomainObjectDS

All Known Implementing Classes:
ReportingDomainObjectDS, XmlDomainObjectDS, XmlDomainObjectDS

public interface IDomainObjectDS
Datasource for a data object.
Since:
9.3
Author:
A.Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Iterates about the properties of the object.
  • Method Details

    • iterateProperties

      void iterateProperties(IDomainPropertyVisitor visitor)
      Iterates about the properties of the object.
      Parameters:
      visitor - The visitor to use, not null.