The following tables list the members exposed by PropertyTypePersistenceInfo.
Name | Description | |
---|---|---|
PropertyTypePersistenceInfo Constructor |
Name | Description | |
---|---|---|
PropertyType | Gets/sets the Type of the property that will be used to identify a property while its being loaded or saved. | |
SaveValue | Gets/sets a string representation of the value for a property that will be used to store the property. (Inherited from Infragistics.Persistence.PropertyPersistenceInfoBase) | |
TypeConverter | Gets/sets the a TypeConverter that can be used to Convert an object to and from a string. (Inherited from Infragistics.Persistence.PropertyPersistenceInfoBase) |
Name | Description | |
---|---|---|
DoesPropertyMeetCriteria | Overridden. Validates if the property type matches the property that is being passed in. | |
LoadObjectFromString | A method that when overridden on a derived class, can be used to load a object from a string. (Inherited from Infragistics.Persistence.PropertyPersistenceInfoBase) | |
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. (Inherited from Infragistics.Persistence.PropertyPersistenceInfoBase) |