Show / Hide Table of Contents

Class StringValueTypeBase

Inheritance
System.Object
StringValueTypeBase
FreeTextStringValueType
SelectionStringValueType
ToggleStringValueType
Implements
IStringValueType
Namespace: Volo.Abp.Validation.StringValues
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
Type Name Description
IValueValidator validator

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
Type Description
IValueValidator

Implements

IStringValueType

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft