C# 클래스 Cedar.Core.Configuration.ServiceLocatableSettings

All of concrete T:System.Configuration.ConfigurationSection classes in which the service locaor can be specified should be derived from this class.
상속: System.Configuration.ConfigurationSection, IServiceLocatorConfigurator
파일 보기 프로젝트 열기: Chinaccn/surfboard 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( IServiceLocator serviceLocator ) : void

Configures the specified service locator.

메소드 상세

Configure() 공개 메소드

Configures the specified service locator.
public Configure ( IServiceLocator serviceLocator ) : void
serviceLocator IServiceLocator The service locator.
리턴 void