Class NumericClientValidator
Represents client validator for numeric column.
Inheritance
System.Object
NumericClientValidator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.AspNetCore.ClientValidation
Assembly: DevZest.Data.AspNetCore.dll
Syntax
public class NumericClientValidator : IDataSetClientValidator
Constructors
Name | Description |
---|---|
NumericClientValidator(ModelBindingMessageProvider) | Initializes a new instance of NumericClientValidator class. |
Methods
Name | Description |
---|---|
AddValidation(ActionContext, Column, IDictionary<String, String>) | Adds validation HTML attributes. |