The following tables list the members exposed by PropertyPersistenceInfoBase.
Name | Description | |
---|---|---|
SaveValue | Gets/sets a string representation of the value for a property that will be used to store the property. | |
TypeConverter | Gets/sets the a TypeConverter that can be used to Convert an object to and from a string. |
Name | Description | |
---|---|---|
DoesPropertyMeetCriteria | When overridden on a derived class, this method should be used to determine if the specified property matches the criteria given. | |
LoadObjectFromString | A method that when overridden on a derived class, can be used to load a object from a string. | |
SaveValueToString | A method that when overridden on a derived class, can be used to build a string version of the value that should be saved. |