Symphony Framework
SetFieldNotifyState Method
Symphony.Conductor.Model Namespace > DataObjectBase Class : SetFieldNotifyState Method
Pass in the field index number.
Pass in the System.Windows.Data.UpdateSourceTrigger state of the indexed field.
allows the code generated class to set the Notify state.
Syntax
public void SetFieldNotifyState( 
   int fieldIndex,
   UpdateSourceTrigger fieldNotify
)

Parameters

fieldIndex
Pass in the field index number.
fieldNotify
Pass in the System.Windows.Data.UpdateSourceTrigger state of the indexed field.
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