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

    Show / Hide Table of Contents

    Class CommonBaseCore

    Inheritance
    System.Object
    CommonBaseCore
    Namespace: MediaBrowser.Controller.Base
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public abstract class CommonBaseCore

    Constructors

    CommonBaseCore(IServiceRoot, ILogger)

    Declaration
    protected CommonBaseCore(IServiceRoot serviceRoot, ILogger logger)
    Parameters
    Type Name Description
    IServiceRoot serviceRoot
    ILogger logger

    CommonBaseCore(IServiceRoot, String)

    Declaration
    protected CommonBaseCore(IServiceRoot serviceRoot, string logName = null)
    Parameters
    Type Name Description
    IServiceRoot serviceRoot
    System.String logName

    Properties

    LocalizationManager

    Declaration
    protected ILocalizationManager LocalizationManager { get; }
    Property Value
    Type Description
    ILocalizationManager

    ServiceRoot

    Declaration
    public IServiceRoot ServiceRoot { get; }
    Property Value
    Type Description
    IServiceRoot

    Methods

    DebugLog(String, Object, Object, Object, Object, Object, Object, String)

    Declaration
    protected void DebugLog(string message, object p1 = null, object p2 = null, object p3 = null, object p4 = null, object p5 = null, object p6 = null, string callerMemberName = null)
    Parameters
    Type Name Description
    System.String message
    System.Object p1
    System.Object p2
    System.Object p3
    System.Object p4
    System.Object p5
    System.Object p6
    System.String callerMemberName

    DebugLogEnter(String)

    Declaration
    protected void DebugLogEnter(string callerMemberName = null)
    Parameters
    Type Name Description
    System.String callerMemberName

    DebugLogExit(String)

    Declaration
    protected void DebugLogExit(string callerMemberName = null)
    Parameters
    Type Name Description
    System.String callerMemberName

    GetEx(String, Object, Object, Object, Object, Object, Object, String)

    Declaration
    protected virtual EmbyUserException GetEx(string messageResourceKey, object p1 = null, object p2 = null, object p3 = null, object p4 = null, object p5 = null, object p6 = null, string callerMemberName = null)
    Parameters
    Type Name Description
    System.String messageResourceKey
    System.Object p1
    System.Object p2
    System.Object p3
    System.Object p4
    System.Object p5
    System.Object p6
    System.String callerMemberName
    Returns
    Type Description
    EmbyUserException

    GetInstanceInfo()

    Declaration
    protected virtual string GetInstanceInfo()
    Returns
    Type Description
    System.String

    GetLocalizedString(String)

    Declaration
    protected string GetLocalizedString(string resourceKey)
    Parameters
    Type Name Description
    System.String resourceKey
    Returns
    Type Description
    System.String

    GetLogger()

    Declaration
    protected ILogger GetLogger()
    Returns
    Type Description
    ILogger

    GetService<T>()

    Declaration
    protected T GetService<T>()
        where T : class
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    InfoLog(String, Object, Object, Object, Object, Object, Object, String)

    Declaration
    protected void InfoLog(string message, object p1 = null, object p2 = null, object p3 = null, object p4 = null, object p5 = null, object p6 = null, string callerMemberName = null)
    Parameters
    Type Name Description
    System.String message
    System.Object p1
    System.Object p2
    System.Object p3
    System.Object p4
    System.Object p5
    System.Object p6
    System.String callerMemberName

    LogException(Exception, String, Object, Object, Object, Object, Object, Object, String)

    Declaration
    protected void LogException(Exception ex, string message = null, object p1 = null, object p2 = null, object p3 = null, object p4 = null, object p5 = null, object p6 = null, string callerMemberName = null)
    Parameters
    Type Name Description
    System.Exception ex
    System.String message
    System.Object p1
    System.Object p2
    System.Object p3
    System.Object p4
    System.Object p5
    System.Object p6
    System.String callerMemberName

    LogWarning(String, Object, Object, Object, Object, Object, Object, String)

    Declaration
    protected void LogWarning(string message, object p1 = null, object p2 = null, object p3 = null, object p4 = null, object p5 = null, object p6 = null, string callerMemberName = null)
    Parameters
    Type Name Description
    System.String message
    System.Object p1
    System.Object p2
    System.Object p3
    System.Object p4
    System.Object p5
    System.Object p6
    System.String callerMemberName

    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.