Interface ISelectionStringValueItemSource
Namespace: Volo.Abp.Validation.StringValues
Assembly: Volo.Abp.Validation.dll
Syntax
public interface ISelectionStringValueItemSource
Properties
Items
Declaration
ICollection<ISelectionStringValueItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<T><ISelectionStringValueItem> |