Symphony Framework
RaiseNonRPSPropertyChanged Method
Symphony.Conductor.Model Namespace > DataObjectBase Class : RaiseNonRPSPropertyChanged Method
Property name.
Method to allow the extending class to raise the PropertyChanged event for non-repository based fields/properties
Syntax
protected void RaiseNonRPSPropertyChanged( 
   string name
)

Parameters

name
Property name.
Remarks
This method is available to any class extending the DataObjectBase class. It allows the extending class to raise the PropertyChanged event that signals to the View that data changes have been made and the _UI_ may need to be rerendered. It is called for fields that are not part of the repository structure. this method will not set the IsDataModified property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataObjectBase Class
DataObjectBase Members