Class StringValueTypeBase
Inheritance
StringValueTypeBase
Assembly: Volo.Abp.Validation.dll
Syntax
public abstract class StringValueTypeBase : IStringValueType
Constructors
StringValueTypeBase()
Declaration
protected StringValueTypeBase()
StringValueTypeBase(IValueValidator)
Declaration
protected StringValueTypeBase(IValueValidator validator)
Parameters
Properties
this[string]
Declaration
public object? this[string key] { get; set; }
Parameters
Type |
Name |
Description |
string |
key |
|
Property Value
Name
Declaration
public virtual string Name { get; }
Property Value
Properties
Declaration
public Dictionary<string, object?> Properties { get; }
Property Value
Validator
Declaration
public IValueValidator Validator { get; set; }
Property Value
Implements
Extension Methods