Show / Hide Table of Contents

Class StringLengthClientValidator

Represents client validator for StringLengthAttribute.

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

Methods

Name Description
AddValidation(StringLengthAttribute, 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