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()