Interface ISelectionFactory
Common inferface for selection factories
Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public interface ISelectionFactory
Methods
GetSelectListItems(Type)
Gets the select list items.
Declaration
IEnumerable<SelectListItem> GetSelectListItems(Type propertyType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | propertyType | The property. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem> |