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

    Show / Hide Table of Contents

    Class EditorBase

    Inheritance
    System.Object
    EditorBase
    EditorBoolean
    EditorButtonGroup
    EditorButtonItem
    EditorCaptionItem
    EditorDateTime
    EditorDxGrid
    EditorFilePicker
    EditorFolderPicker
    EditorGroup
    EditorItemList
    EditorLabelItem
    EditorNumeric
    EditorProgressItem
    EditorRadioGroup
    EditorSelectBase
    EditorSpacerItem
    EditorStatusItem
    EditorText
    Namespace: Emby.Web.GenericEdit.Editors
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public abstract class EditorBase

    Constructors

    EditorBase()

    Initializes a new instance of the System.Object class.

    Declaration
    protected EditorBase()

    EditorBase(EditorTypes, String, String)

    Declaration
    protected EditorBase(EditorTypes editorType, string name, string parentId)
    Parameters
    Type Name Description
    EditorTypes editorType
    System.String name
    System.String parentId

    Properties

    AllowEmpty

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

    Description

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

    DisplayName

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

    EditorType

    Declaration
    public EditorTypes EditorType { get; set; }
    Property Value
    Type Description
    EditorTypes

    FeatureRequiresPremiere

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

    Id

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

    IsAdvanced

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

    IsReadOnly

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

    Name

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

    ParentId

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