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

    Show / Hide Table of Contents

    Class EditorSelectMultiple

    Inheritance
    System.Object
    EditorBase
    EditorSelectBase
    EditorSelectMultiple
    Inherited Members
    EditorSelectBase.ItemsSourceId
    EditorSelectBase.StaticItemsSourceId
    EditorSelectBase.SelectOptions
    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 class EditorSelectMultiple : EditorSelectBase

    Constructors

    EditorSelectMultiple()

    Initializes a new instance of the System.Object class.

    Declaration
    public EditorSelectMultiple()

    EditorSelectMultiple(IList<EditorSelectOption>, String, String, String, String)

    Initializes a new instance of the EditorSelectMultiple class.

    Declaration
    public EditorSelectMultiple(IList<EditorSelectOption> selectOptions, string name, string parentId, string staticItemsSourceId, string itemsSourceId)
    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.

    Properties

    EmptyItemTitle

    Declaration
    public string EmptyItemTitle { get; set; }
    Property Value
    Type Description
    System.String

    LineCount

    Declaration
    public override int? LineCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    Overrides
    EditorSelectBase.LineCount

    MultiLine

    Declaration
    public override bool MultiLine { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EditorSelectBase.MultiLine

    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.