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

    Show / Hide Table of Contents

    Class EditorRadioGroup

    Inheritance
    System.Object
    EditorBase
    EditorRadioGroup
    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 class EditorRadioGroup : EditorBase

    Constructors

    EditorRadioGroup()

    Initializes a new instance of the System.Object class.

    Declaration
    public EditorRadioGroup()

    EditorRadioGroup(IList<EditorRadioOption>, String, String, String)

    Initializes a new instance of the EditorRadioGroup class.

    Declaration
    public EditorRadioGroup(IList<EditorRadioOption> radioOptions, string name, string parentId, string itemsSourceId)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<EditorRadioOption> radioOptions

    The radio options.

    System.String name

    The name.

    System.String parentId

    The parent identifier.

    System.String itemsSourceId

    The items source identifier.

    EditorRadioGroup(String, String)

    Initializes a new instance of the EditorRadioGroup class.

    Declaration
    public EditorRadioGroup(string name, string parentId)
    Parameters
    Type Name Description
    System.String name

    The name.

    System.String parentId

    The parent identifier.

    Properties

    EmptyItemTitle

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

    ItemsSourceId

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

    RadioOptions

    Declaration
    public EditorRadioOption[] RadioOptions { get; set; }
    Property Value
    Type Description
    EditorRadioOption[]

    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.