Show / Hide Table of Contents

Class RequiredClientValidator

Represents client validator for RequiredAttribute.

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

Methods

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