Version

PropertyNamePersistenceInfo Class Members

The following tables list the members exposed by PropertyNamePersistenceInfo.

Public Constructors
 NameDescription
Public ConstructorPropertyNamePersistenceInfo ConstructorCreates a new instance of PropertyNamePersistenceInfo  
Public Properties
 NameDescription
Public PropertyOptionsGets/sets the options that describe how the PropertyName will matched with a property.  
Public PropertyPropertyNameGets/sets the name of the property that will be used to identify a property while its being loaded or saved.  
Public PropertySaveValueGets/sets a string representation of the value for a property that will be used to store the property. (Inherited from Infragistics.Persistence.PropertyPersistenceInfoBase)
Public PropertyTypeConverterGets/sets the a TypeConverter that can be used to Convert an object to and from a string. (Inherited from Infragistics.Persistence.PropertyPersistenceInfoBase)
Public Methods
 NameDescription
Public MethodDoesPropertyMeetCriteriaOverridden. Validates if the property name matches the property that is being passed in.  
Public MethodLoadObjectFromStringA method that when overridden on a derived class, can be used to load a object from a string. (Inherited from Infragistics.Persistence.PropertyPersistenceInfoBase)
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. (Inherited from Infragistics.Persistence.PropertyPersistenceInfoBase)
See Also