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

    Show / Hide Table of Contents

    Interface IEditableObject

    Namespace: MediaBrowser.Model.GenericEdit
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IEditableObject

    Properties

    EditorDescription

    Gets the editor description.

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

    The editor description.

    EditorTitle

    Gets the editor title.

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

    The editor title.

    Methods

    CreateEditContainer()

    Declaration
    IEditObjectContainer CreateEditContainer()
    Returns
    Type Description
    IEditObjectContainer

    DeserializeFromJsonStream(Stream, IJsonSerializer)

    Declaration
    IEditableObject DeserializeFromJsonStream(Stream jsonStream, IJsonSerializer serializer)
    Parameters
    Type Name Description
    System.IO.Stream jsonStream
    IJsonSerializer serializer
    Returns
    Type Description
    IEditableObject

    DeserializeFromJsonString(String, IJsonSerializer)

    Declaration
    IEditableObject DeserializeFromJsonString(string jsonString, IJsonSerializer serializer)
    Parameters
    Type Name Description
    System.String jsonString
    IJsonSerializer serializer
    Returns
    Type Description
    IEditableObject

    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.