Chili.Opf3 Send comments on this topic.
Chili.Opf3.DynamicProperties Namespace
See Also  Inheritance Hierarchy
This namespace contains all classes required to extend your persistent object with dynamic properties. DynamicProperties is Xml that is written to a field of an entity (You have to set the DynamicPropertiesContainer class as type of a property of your persistent object to access the functionality). They allow you (or even your customer) to customize the persistent objects dynamically. For more information see the DynamicPropertiesContainer class.

Classes

ClassDescription
DynamicPropertiesCollection Contains DynamicProperties that are used to save semi-structured data in the storage.
DynamicProperty Represents a DynamicProperty that contains a value of a simple type.
DynamicPropertyException Exception is thrown if something goes wrong while creating the DynamicProperties or converting them to xml.
DynamicType A DynamicType is a collection of values - like an enumeration.

See Also