Show / Hide Table of Contents

Class DataSetClientValidatorBase<T>

Base class of DataSet client validator for attribute.

Inheritance
System.Object
DataSetClientValidatorBase<T>
MaxLengthClientValidator
RegularExpressionClientValidator
RequiredClientValidator
StringLengthClientValidator
Implements
IDataSetClientValidator
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 abstract class DataSetClientValidatorBase<T> : IDataSetClientValidator where T : Attribute
Type Parameters
Name Description
T

The type of validator attribute.

Methods

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

Adds validation HTML attributes.

AddValidation(ActionContext, Column, IDictionary<String, String>)

Adds validation HTML attributes.

MergeAttribute(IDictionary<String, String>, String, String)

Adds the given key and value into attributes if attributes does not contain a value for key.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest