Class ValueValidatorBase
Inheritance
object
ValueValidatorBase
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Validation.StringValues
Assembly: Volo.Abp.Validation.dll
Syntax
public abstract class ValueValidatorBase : IValueValidator
Constructors
ValueValidatorBase()
Declaration
protected ValueValidatorBase()
Properties
this[string]
Declaration
public object? this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
string | key |
Property Value
Type | Description |
---|---|
object |
Name
Declaration
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
Properties
Declaration
public IDictionary<string, object?> Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TKey, TValue><string, object> |
Methods
IsValid(object?)
Declaration
public abstract bool IsValid(object? value)
Parameters
Type | Name | Description |
---|---|---|
object | value |
Returns
Type | Description |
---|---|
bool |