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