Interface IValueValidator
Namespace: Volo.Abp.Validation.StringValues
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
Type | Description |
---|---|
object |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Properties
Declaration
IDictionary<string, object?> Properties { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Methods
IsValid(object?)
Declaration
bool IsValid(object? value)
Parameters
Type | Name | Description |
---|---|---|
object | value |
Returns
Type | Description |
---|---|
bool |