C# 클래스 System.Web.Mvc.DependencyResolverExtensions

파일 보기 프로젝트 열기: aspnet/WebHooks

공개 메소드들

메소드 설명
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