Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class EditorSelectBase

    Inheritance
    System.Object
    EditorBase
    EditorSelectBase
    EditorSelectMultiple
    EditorSelectSingle
    Inherited Members
    EditorBase.EditorType
    EditorBase.Name
    EditorBase.Id
    EditorBase.AllowEmpty
    EditorBase.IsReadOnly
    EditorBase.IsAdvanced
    EditorBase.DisplayName
    EditorBase.Description
    EditorBase.FeatureRequiresPremiere
    EditorBase.ParentId
    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

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.