QuickObjects.ObjectBase Send comments on this topic.
RequiredFieldValidator Constructor(BaseField)
See Also 
Akal.QuickObjects.ObjectBase Namespace > RequiredFieldValidator Class > RequiredFieldValidator Constructor : RequiredFieldValidator Constructor(BaseField)
field
Field instance that will be validated by this validator.
Overloaded Constructor takes an instance of type BaseField and sets the FieldToValidate property.

Syntax

C# 
public RequiredFieldValidator( 
   BaseField field
)

Parameters

field
Field instance that will be validated by this validator.

Requirements

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

See Also