Show / Hide Table of Contents

Class RegularExpressionClientValidator

Represents client validator for RegularExpressionAttribute.

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

Methods

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