Version

IProvideCustomPersistence Interface Methods

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

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