Chili.Opf3 Send comments on this topic.
Chili.Opf3.Mapping Namespace
See Also  Inheritance Hierarchy
This namespace contains all classes and interfaces to create or query the mapping for persistent object types.

Classes

ClassDescription
MappingException Exception is thrown if the mapping for a persistent object couldn't been constructed.
RelationsParserException Exception is thrown a relations set in the RelationAttribute can't be parsed.
TypeMapping Class that holds the mapping of one persistent object type with the storage.

Interfaces

InterfaceDescription
IIdentifierMemberInfoCollection This interface represents the list of identifier IMemberInfo objects for the persistent object.
IMemberInfo Interface implemented by a member element that is used to create the mapping between the persistent object and the field in the table.
IMemberInfoCollection Interface that represents a collection of IMemberInfo objects.
IRelatedPropertiesPair Specifies the relation between two properties of two objects.
IRelatedPropertiesPairCollection This interface contains a list of IRelatedPropertiesPair interfaces.
IRelationInfo Interface that represents a relation of one persistent object with an other persistent object.
IRelationInfoCollection Interface that represents a collection of IRelationInfo objects.
ITypeRelationInfoCollection Interface that represents a collection of RelationInfo objects.

See Also