Interface IValueValidator
Assembly: Volo.Abp.Validation.dll
Syntax
public interface IValueValidator
Properties
this[string]
Declaration
object? this[string key] { get; set; }
Parameters
Type |
Name |
Description |
string |
key |
|
Property Value
Name
Declaration
Property Value
Properties
Declaration
IDictionary<string, object?> Properties { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<TKey, TValue><string, object> |
|
Methods
IsValid(object?)
Declaration
bool IsValid(object? value)
Parameters
Type |
Name |
Description |
object |
value |
|
Returns
Extension Methods