Struct CustomValidatorEntry
Contains delegates for custom validator.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.Annotations
Assembly: DevZest.Data.dll
Syntax
public struct CustomValidatorEntry
Constructors
| Name | Description |
|---|---|
| CustomValidatorEntry(Func<DataRow, String>, Func<IColumns>) | Initializes a new instance of CustomValidatorEntry. |
Fields
| Name | Description |
|---|---|
| GetSourceColumns | Gets the delegate to get source columns. |
| Validate | Gets the delegate to validate. |