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