Chili.Opf3 Send comments on this topic.
TypeMapping Class Properties
See Also 
Chili.Opf3.Mapping Namespace : TypeMapping Class


For a list of all members of this type, see TypeMapping members.

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)AutoInjectDynamicPopulateHelper Gets or sets whether the framework should inject code in each persistent object to improve the performance of loading and saving of persistent objects. This can also be achieved by marking each persistent object that should get code injected with the IDynamicPopulateHelper interface.  
Public PropertyMembers Returns the collection of members associated with the TypeMapping.  
Public PropertyPersistentAttribute Returns the persistent attribute associated with the object.  
Public PropertyPersistentType Returns the type of the mapping's persistent object.  
Public Propertystatic (Shared in Visual Basic)Provider Gets or sets a class that implements the ITypeMappingProvider interfaces. A class implementing the interface provides methods to create the mapping for a persistent type.  
Public PropertyRelations Returns the collection of relations associated with the TypeMapping.  
Top

See Also