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

    Show / Hide Table of Contents

    Class EditorBoolean

    Inheritance
    System.Object
    EditorBase
    EditorBoolean
    Inherited Members
    EditorBase.EditorType
    EditorBase.Name
    EditorBase.Id
    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 EditorBoolean : EditorBase

    Constructors

    EditorBoolean()

    Initializes a new instance of the System.Object class.

    Declaration
    public EditorBoolean()

    EditorBoolean(String, String)

    Initializes a new instance of the EditorBoolean class.

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

    The name.

    System.String parentId

    The parent identifier.

    Properties

    AllowEmpty

    Gets or sets a value indicating whether [allow empty].

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

    true if [allow empty]; otherwise, false.

    Overrides
    EditorBase.AllowEmpty

    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.