Version 24.2 (latest)

PropertyTypePersistenceInfo Class Methods

For a list of all members of this type, see PropertyTypePersistenceInfo members.

Public Methods
 NameDescription
Public MethodDoesPropertyMeetCriteriaOverridden. Validates if the property type 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