Version

PropertyPersistenceInfoBase Class Members

The following tables list the members exposed by PropertyPersistenceInfoBase.

Public Properties
 NameDescription
Public PropertySaveValueGets/sets a string representation of the value for a property that will be used to store the property.  
Public PropertyTypeConverterGets/sets the a TypeConverter that can be used to Convert an object to and from a string.  
Public Methods
 NameDescription
Public MethodDoesPropertyMeetCriteriaWhen overridden on a derived class, this method should be used to determine if the specified property matches the criteria given.  
Public MethodLoadObjectFromStringA method that when overridden on a derived class, can be used to load a object from a string.  
Public MethodSaveValueToStringA method that when overridden on a derived class, can be used to build a string version of the value that should be saved.  
See Also