Class StringValueTypeBase
Inheritance
object
StringValueTypeBase
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Validation.StringValues
Assembly: Volo.Abp.Validation.dll
Syntax
public abstract class StringValueTypeBase : IStringValueType
Constructors
StringValueTypeBase()
Declaration
protected StringValueTypeBase()
StringValueTypeBase(IValueValidator)
Declaration
protected StringValueTypeBase(IValueValidator validator)
Parameters
Type | Name | Description |
---|---|---|
IValueValidator | validator |
Properties
this[string]
Declaration
public object? this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
string | key |
Property Value
Type | Description |
---|---|
object |
Name
Declaration
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
Properties
Declaration
public Dictionary<string, object?> Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, object> |
Validator
Declaration
public IValueValidator Validator { get; set; }
Property Value
Type | Description |
---|---|
IValueValidator |