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

    Show / Hide Table of Contents

    Class ProfileLevelInformation

    A class combining both ProfileInformation and LevelInformation.

    Inheritance
    System.Object
    ProfileLevelInformation
    Namespace: Emby.Media.Model.Types
    Assembly: Emby.Media.Model.dll
    Syntax
    public class ProfileLevelInformation

    Constructors

    ProfileLevelInformation(ProfileInformation, LevelInformation)

    Declaration
    public ProfileLevelInformation(ProfileInformation profile, LevelInformation level)
    Parameters
    Type Name Description
    ProfileInformation profile
    LevelInformation level

    Properties

    Level

    Gets the level.

    Declaration
    public LevelInformation Level { get; }
    Property Value
    Type Description
    LevelInformation

    The level as LevelInformation.

    Profile

    Gets the profile.

    Declaration
    public ProfileInformation Profile { get; }
    Property Value
    Type Description
    ProfileInformation

    The profile as ProfileInformation.

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    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.