Class SelectionStringValueType
Inheritance
SelectionStringValueType
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
Properties
ItemSource
Declaration
public ISelectionStringValueItemSource ItemSource { get; set; }
Property Value
Implements
Extension Methods