| Overload | Description |
|---|---|
| BaseFieldValidator Constructor() | Default Constructor - provides no special functionality. |
| BaseFieldValidator Constructor(BaseField) | Overloaded Constructor takes an instance of type BaseField and sets the FieldToValidate property. In addition to setting the FieldToValidate property, this constructor will automatically add this validator into the Validators collection of the passed in field. |
| BaseFieldValidator Constructor(BaseField,Boolean) | Overloaded Constructor takes an instance of type BaseField and sets the FieldToValidate property. In addition to setting the FieldToValidate property, this constructor will accept a boolean value that will decide if the validator should be automatically added into the Validators collection of the passed in field. |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0