The following tables list the members exposed by PropertyNamePersistenceInfo.
Name | Description | |
---|---|---|
PropertyNamePersistenceInfo Constructor | Creates a new instance of PropertyNamePersistenceInfo |
Name | Description | |
---|---|---|
Options | Gets/sets the options that describe how the PropertyName will matched with a property. | |
PropertyName | Gets/sets the name 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 name 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) |