Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
public class EnumSelectionFactory : Object, ISelectionFactory

Constructors

EnumSelectionFactory()

Creates a new instance of EnumSelectionFactory

Declaration
public EnumSelectionFactory()

EnumSelectionFactory(LocalizationService)

Creates a new instance of EnumSelectionFactory

Declaration
public EnumSelectionFactory(LocalizationService localizationService)
Parameters
Type Name Description
LocalizationService localizationService

Methods

GetSelectListItems(Type)

Gets the select list items.

Declaration
public IEnumerable<SelectListItem> GetSelectListItems(Type property)
Parameters
Type Name Description
System.Type property

The property.

Returns
Type Description
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>

Implements

Extension Methods