Method AddValidation
| Improve this Doc View SourceAddValidation(MaxLengthAttribute, ActionContext, Column, IDictionary<String, String>)
Declaration
protected override void AddValidation(MaxLengthAttribute validatorAttribute, ActionContext actionContext, Column column, IDictionary<string, string> attributes)
Parameters
Type | Name | Description |
---|---|---|
MaxLengthAttribute | validatorAttribute | |
Microsoft.AspNetCore.Mvc.ActionContext | actionContext | |
Column | column | |
System.Collections.Generic.IDictionary<System.String, System.String> | attributes |
Overrides
DevZest.Data.AspNetCore.ClientValidation.DataSetClientValidatorBase<DevZest.Data.Annotations.MaxLengthAttribute>.AddValidation(DevZest.Data.Annotations.MaxLengthAttribute, Microsoft.AspNetCore.Mvc.ActionContext, DevZest.Data.Column, System.Collections.Generic.IDictionary<System.String, System.String>)