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

    Show / Hide Table of Contents

    Class EditorSelectOption

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

    Constructors

    EditorSelectOption()

    Initializes a new instance of the System.Object class.

    Declaration
    public EditorSelectOption()

    EditorSelectOption(Int32, String, String, Boolean, String, String, String, String)

    Declaration
    public EditorSelectOption(int maxTextLength, string value, string name, bool isEnabled = true, string color = null, string displayHint = null, string toolTip = null, string filterValue = null)
    Parameters
    Type Name Description
    System.Int32 maxTextLength
    System.String value
    System.String name
    System.Boolean isEnabled
    System.String color
    System.String displayHint
    System.String toolTip
    System.String filterValue

    EditorSelectOption(String, String, Boolean, String, String, String, String)

    Declaration
    public EditorSelectOption(string value, string name, bool isEnabled = true, string color = null, string displayHint = null, string toolTip = null, string filterValue = null)
    Parameters
    Type Name Description
    System.String value
    System.String name
    System.Boolean isEnabled
    System.String color
    System.String displayHint
    System.String toolTip
    System.String filterValue

    Properties

    Color

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

    DisplayHint

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

    FilterValue

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

    IsEnabled

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

    Name

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

    ShortName

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

    ToolTip

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

    Value

    Declaration
    public string Value { 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.