Interface IStringValueType
Namespace: Volo.Abp.Validation.StringValues
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
| Type | Description |
|---|---|
| object |
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Properties
Declaration
Dictionary<string, object?> Properties { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, object> |
Validator
Declaration
IValueValidator Validator { get; set; }
Property Value
| Type | Description |
|---|---|
| IValueValidator |