C# Класс System.Web.Mvc.DependencyResolverExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetFilterManager ( this services ) : IWebHookFilterManager

Gets an IWebHookFilterManager implementation registered with the Dependency Injection engine or a default implementation if none are registered.

GetFilterProviders ( this services ) : IEnumerable

Gets the set of IWebHookFilterProvider instances registered with the Dependency Injection engine or an empty collection if none are registered.

GetLogger ( this services ) : ILogger

Gets an ILogger implementation registered with the Dependency Injection engine or a default System.Diagnostics.Trace implementation if none are registered.

GetSettings ( this services ) : SettingsDictionary

Gets a SettingsDictionary instance registered with the Dependency Injection engine or a default implementation based on application settings if none are registered.

GetStore ( this services ) : IWebHookStore

Gets an IWebHookStore implementation registered with the Dependency Injection engine or a default implementation if none are registered.

GetUser ( this services ) : IWebHookUser

Gets an IWebHookUser implementation registered with the Dependency Injection engine or a default implementation if none are registered.

Приватные методы

Метод Описание
GetManager ( this services ) : IWebHookManager
GetSender ( this services ) : IWebHookSender

Описание методов

GetFilterManager() публичный статический Метод

Gets an IWebHookFilterManager implementation registered with the Dependency Injection engine or a default implementation if none are registered.
public static GetFilterManager ( this services ) : IWebHookFilterManager
services this The implementation.
Результат IWebHookFilterManager

GetFilterProviders() публичный статический Метод

Gets the set of IWebHookFilterProvider instances registered with the Dependency Injection engine or an empty collection if none are registered.
public static GetFilterProviders ( this services ) : IEnumerable
services this The implementation.
Результат IEnumerable

GetLogger() публичный статический Метод

Gets an ILogger implementation registered with the Dependency Injection engine or a default System.Diagnostics.Trace implementation if none are registered.
public static GetLogger ( this services ) : ILogger
services this The implementation.
Результат ILogger

GetSettings() публичный статический Метод

Gets a SettingsDictionary instance registered with the Dependency Injection engine or a default implementation based on application settings if none are registered.
public static GetSettings ( this services ) : SettingsDictionary
services this The implementation.
Результат SettingsDictionary

GetStore() публичный статический Метод

Gets an IWebHookStore implementation registered with the Dependency Injection engine or a default implementation if none are registered.
public static GetStore ( this services ) : IWebHookStore
services this The implementation.
Результат IWebHookStore

GetUser() публичный статический Метод

Gets an IWebHookUser implementation registered with the Dependency Injection engine or a default implementation if none are registered.
public static GetUser ( this services ) : IWebHookUser
services this The implementation.
Результат IWebHookUser