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

    Show / Hide Table of Contents

    Class EditorSelectSingle

    Inheritance
    System.Object
    EditorBase
    EditorSelectBase
    EditorSelectSingle
    Inherited Members
    EditorSelectBase.ItemsSourceId
    EditorSelectBase.StaticItemsSourceId
    EditorSelectBase.MultiLine
    EditorSelectBase.LineCount
    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 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 true [show as radio].

    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
    EditorSelectBase.SelectOptions

    ShowAsRadio

    Declaration
    public bool ShowAsRadio { get; set; }
    Property Value
    Type Description
    System.Boolean

    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.