Version

IProvideCustomPersistence Interface Members

The following tables list the members exposed by IProvideCustomPersistence.

Public Methods
 NameDescription
 MethodLoadTakes the string that was created in the Save method, and rehydrates the object.  
 MethodSaveGets the string representation of the object, that can be later be passed into the Load method of this object, in order to rehydrate.  
See Also