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 Methods
For a list of all members of this type, see IProvideCustomPersistence members.
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