Chili.Opf3 Send comments on this topic.
ICustomPersister Interface Methods
See Also 
Chili.Opf3 Namespace : ICustomPersister Interface


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

Public Methods

 NameDescription
 MethodLoadOverloaded.   
 MethodPersist This routine is called by the ObjectContext during save operations on the storage.

Attention: The ICustomPersister should only add an object to the PersistingTrace (see the argument) if not using the ObjectContext to save its persistent objects.  

Top

See Also