Version

SavePropertyPersistenceEventArgs Class Members

The following tables list the members exposed by SavePropertyPersistenceEventArgs.

Public Constructors
 NameDescription
Public ConstructorSavePropertyPersistenceEventArgs ConstructorCreates a new instance of the SavePropertyPersistenceEventArgs object.  
Public Properties
 NameDescription
Public PropertyCancelGet/sets whether the property shouldn't be stored.  
Public PropertyIdentifierGets/sets an identifier that can be used to identify an property being loaded.  
Public PropertyPropertyInfoGets the PropertyInfo of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertyPropertyPathGets the full property path of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertyRootOwnerGets the root object that is actually being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertySaveValueGets/sets a string representation of the Value that will be used to store the property.  
Public PropertyValueGets/sets the actual value of the property being stored.  
See Also