QuickObjects.ObjectBase Send comments on this topic.
Validate Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > RequiredFieldValidator Class : Validate Method
Returns false if the validator fails. If the FieldToValidate is null then then this method returns true.

Syntax

C# 
public override bool Validate()

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also