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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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