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