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

    Show / Hide Table of Contents

    Class EditorRadioOption

    Inheritance
    System.Object
    EditorRadioOption
    Namespace: Emby.Web.GenericEdit.Common
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class EditorRadioOption

    Constructors

    EditorRadioOption()

    Declaration
    public EditorRadioOption()

    EditorRadioOption(Object, String, String)

    Declaration
    public EditorRadioOption(object value, string primaryText, string secondaryText)
    Parameters
    Type Name Description
    System.Object value
    System.String primaryText
    System.String secondaryText

    Properties

    Children

    Declaration
    public EditableObjectBase Children { get; set; }
    Property Value
    Type Description
    EditableObjectBase

    IsEnabled

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

    PrimaryText

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

    SecondaryText

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

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    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.