Symphony Framework
DataChangedMessage Class
Members 
Symphony.Conductor.Model Namespace : DataChangedMessage Class
This class represents the information communicated to the host event handler when a Symphony Data Object property value has been modifed by the client (View).
Syntax
public class DataChangedMessage 
Remarks
This class represents the information communicated to the host event handler when a Symphony Data Object property value has been modifed by the client (View). _NEWLINE__NEWLINE_ When the object is passed through to the host event hander it communicates the required field information to eneable processing of the modified data. _NEWLINE__NEWLINE_ The event hander can optionally signal error conditions by setting the ValidationState property to DataValidationState.Error. Warnings can be communicated by setting the ValidationState property to DataValidationState.Error. The default ValidationState is DataValidationState.OK. _NEWLINE__NEWLINE_ Warning and error messgae details can be comminucated by setting the FailReason propert. _NEWLINE__NEWLINE_ When signaled from within the Symphony Data Object base calls the appropriate IDataErrorInfo properties within the Symphony Data Object are set.
Inheritance Hierarchy

System.Object
   Symphony.Conductor.Model.DataChangedMessage

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

DataChangedMessage Members
Symphony.Conductor.Model Namespace