Symphony Framework
ValidateField Method
Symphony.Conductor.Model Namespace > DataObjectValidation Class : ValidateField Method
The instance of the DataChangedMessage class to allow communication of the field attributes and return error status.
The ValidateField method is called by the base Symphony Data Object class to perform initial UI Toolkit style field validation.
Syntax
public static void ValidateField( 
   DataChangedMessage message
)

Parameters

message
The instance of the DataChangedMessage class to allow communication of the field attributes and return error status.
Remarks
This static method will perform basic field validation. The validation rules are defined in the Synergy Repository structure for each field that is defined within the Symphony Data Object.
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

DataObjectValidation Class
DataObjectValidation Members