Chili.Opf3 Send comments on this topic.
RegisterPersistentInterface Method
See Also 
Chili.Opf3.Mapping Namespace > TypeMapping Class : RegisterPersistentInterface Method




Overload List

OverloadDescription
RegisterPersistentInterface(String,String) Registers the given interface type with the persistent object type. This is required if an interface is registered with a persistent type and the interface is used instead of the persistent type. The framework looks up the registered interfaces to get the persistent object when loading objects from the storage.  
RegisterPersistentInterface(Type,Type) Registers the given interface type with the persistent object type. This is required if an interface is registered with a persistent type and the interface is used instead of the persistent type. The framework looks up the registered interfaces to get the persistent object when loading objects from the storage.  

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also