Class ValueValidatorBase
Inheritance
System.Object
ValueValidatorBase
Assembly: Volo.Abp.Validation.dll
Syntax
public abstract class ValueValidatorBase : object, IValueValidator
Constructors
ValueValidatorBase()
Declaration
protected ValueValidatorBase()
Properties
Item[String]
Declaration
public object this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Type |
Description |
System.Object |
|
Name
Declaration
public virtual string Name { get; }
Property Value
Type |
Description |
System.String |
|
Properties
Declaration
public IDictionary<string, object> Properties { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
Methods
IsValid(Object)
Declaration
public abstract bool IsValid(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
Extension Methods