Class StaticSelectionStringValueItemSource
Inheritance
object
StaticSelectionStringValueItemSource
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 class StaticSelectionStringValueItemSource : ISelectionStringValueItemSource
Constructors
StaticSelectionStringValueItemSource(params ISelectionStringValueItem[])
Declaration
public StaticSelectionStringValueItemSource(params ISelectionStringValueItem[] items)
Parameters
Type | Name | Description |
---|---|---|
ISelectionStringValueItem[] | items |
Properties
Items
Declaration
public ICollection<ISelectionStringValueItem> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><ISelectionStringValueItem> |