Class SelectionStringValueType
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
[StringValueType("SELECTION")]
public class SelectionStringValueType : StringValueTypeBase, IStringValueType
Constructors
SelectionStringValueType()
Declaration
public SelectionStringValueType()
SelectionStringValueType(IValueValidator)
Declaration
public SelectionStringValueType(IValueValidator validator)
Parameters
Type | Name | Description |
---|---|---|
IValueValidator | validator |
Properties
ItemSource
Declaration
public ISelectionStringValueItemSource ItemSource { get; set; }
Property Value
Type | Description |
---|---|
ISelectionStringValueItemSource |