Interface IValidator
Represents a validator to validate DataRow.
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public interface IValidator
Properties
| Name | Description |
|---|---|
| Attribute | Gets the validator attribute. |
| Model | Gets the model. |
| SourceColumns | Gets the source columns for this validator. |
Methods
| Name | Description |
|---|---|
| Validate(DataRow) | Validates specified DataRow. |