Class EditorSelectSingle
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorSelectSingle : EditorSelectBase
Constructors
EditorSelectSingle()
Initializes a new instance of the System.Object class.
Declaration
public EditorSelectSingle()
EditorSelectSingle(IList<EditorSelectOption>, String, String, String, String, Boolean)
Initializes a new instance of the EditorSelectSingle class.
Declaration
public EditorSelectSingle(IList<EditorSelectOption> selectOptions, string name, string parentId, string staticItemsSourceId, string itemsSourceId, bool showAsRadio)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<EditorSelectOption> | selectOptions | The select options. |
System.String | name | The name. |
System.String | parentId | The parent identifier. |
System.String | staticItemsSourceId | The static items source identifier. |
System.String | itemsSourceId | The items source identifier. |
System.Boolean | showAsRadio | if set to |
Properties
EmptyItemTitle
Declaration
public string EmptyItemTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectOptions
Declaration
public override EditorSelectOption[] SelectOptions { get; set; }
Property Value
Type | Description |
---|---|
EditorSelectOption[] |
Overrides
ShowAsRadio
Declaration
public bool ShowAsRadio { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |