Class AppSettingsOptionsSelectionFactory
Inheritance
System.Object
AppSettingsOptionsSelectionFactory
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.ObjectEditing.EditorDescriptors.SelectionFactories
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
[SelectionFactoryRegistration]
public class AppSettingsOptionsSelectionFactory : ISelectionFactory
Constructors
AppSettingsOptionsSelectionFactory()
Declaration
public AppSettingsOptionsSelectionFactory()
AppSettingsOptionsSelectionFactory(AppSettingsOptionsLoader)
Declaration
public AppSettingsOptionsSelectionFactory(AppSettingsOptionsLoader optionsLoader)
Parameters
Type | Name | Description |
---|---|---|
AppSettingsOptionsLoader | optionsLoader |
Properties
AddEmptyOption
Declaration
protected virtual bool AddEmptyOption { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetSelections(ExtendedMetadata)
Declaration
public IEnumerable<ISelectItem> GetSelections(ExtendedMetadata metadata)
Parameters
Type | Name | Description |
---|---|---|
ExtendedMetadata | metadata |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ISelectItem> |