Interface IStringValueType
Assembly: Volo.Abp.Validation.dll
Syntax
public interface IStringValueType
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
Dictionary<string, object> Properties { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
Validator
Declaration
IValueValidator Validator { get; set; }
Property Value
Extension Methods