The Validator type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Validator |
Initializes a new instance of the Validator class.
|
Methods
Name | Description | |
---|---|---|
Add(Control) |
Adds the specified Control to
the list of form fields to validate.
| |
Add(DataGridView, Label) |
Adds the specified DataGridView
and its associated error label to
the list of form fields to validate.
| |
Add(TextBox, Label) |
Adds the specified TextBox
and its associated error label to
the list of form fields to validate.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate(Control) |
Validates the specified non-DataGridView
form control.
| |
Validate(DataGridView, DataGridViewCellValidatingEventArgs) |
Validates the specified DataGridView
form control.
| |
ValidateAll |
Validates all registered form controls.
|
See Also