Class EnumSelectionFactory
Selection factory for enum types.
Inheritance
System.Object
EnumSelectionFactory
Implements
Namespace: EPiServer.Web.Mvc.VisitorGroups
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public class EnumSelectionFactory : Object, ISelectionFactory
Constructors
EnumSelectionFactory()
Creates a new instance of Enum
Declaration
public EnumSelectionFactory()
EnumSelectionFactory(LocalizationService)
Creates a new instance of Enum
Declaration
public EnumSelectionFactory(LocalizationService localizationService)
Parameters
Type | Name | Description |
---|---|---|
Localization |
localizationService |
Methods
GetSelectListItems(Type)
Gets the select list items.
Declaration
public IEnumerable<SelectListItem> GetSelectListItems(Type property)
Parameters
Type | Name | Description |
---|---|---|
System. |
property | The property. |
Returns
Type | Description |
---|---|
System. |