Class EditorSelectBase
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public abstract class EditorSelectBase : EditorBase
Constructors
EditorSelectBase()
Initializes a new instance of the System.Object class.
Declaration
protected EditorSelectBase()
EditorSelectBase(String, String, EditorTypes, IList<EditorSelectOption>, String, String)
Initializes a new instance of the EditorSelectBase class.
Declaration
protected EditorSelectBase(string name, string parentId, EditorTypes elementType, IList<EditorSelectOption> selectOptions, string staticItemsSourceId, string itemsSourceId)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.String | parentId | The parent identifier. |
EditorTypes | elementType | Type of the element. |
System.Collections.Generic.IList<EditorSelectOption> | selectOptions | The select options. |
System.String | staticItemsSourceId | The static items source identifier. |
System.String | itemsSourceId | The items source identifier. |
Properties
ItemsSourceId
Declaration
public string ItemsSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineCount
Declaration
public virtual int? LineCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MultiLine
Declaration
public virtual bool MultiLine { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectOptions
Declaration
public virtual EditorSelectOption[] SelectOptions { get; set; }
Property Value
Type | Description |
---|---|
EditorSelectOption[] |
StaticItemsSourceId
Declaration
public string StaticItemsSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |