Show / Hide Table of Contents

Class MaxLengthClientValidator

Represents client validator for MaxLengthAttribute.

Inheritance
System.Object
DataSetClientValidatorBase<MaxLengthAttribute>
MaxLengthClientValidator
Implements
IDataSetClientValidator
Inherited Members
DataSetClientValidatorBase<MaxLengthAttribute>.AddValidation(ActionContext, Column, IDictionary<String, String>)
DataSetClientValidatorBase<MaxLengthAttribute>.MergeAttribute(IDictionary<String, String>, String, String)
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 MaxLengthClientValidator : DataSetClientValidatorBase<MaxLengthAttribute>, IDataSetClientValidator

Methods

Name Description
AddValidation(MaxLengthAttribute, ActionContext, Column, IDictionary<String, String>)

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest