Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
IProvideCustomPersistence Interface Members
The following tables list the members exposed by IProvideCustomPersistence.
Public Methods
| Name | Description |
| Load | Takes the string that was created in the Save method, and rehydrates the object. |
| Save | Gets 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