C# Class 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.
Inheritance: System.Configuration.ConfigurationSection, IServiceLocatorConfigurator
ファイルを表示 Open project: Chinaccn/surfboard Class Usage Examples

Public Methods

Method Description
Configure ( IServiceLocator serviceLocator ) : void

Configures the specified service locator.

Method Details

Configure() public method

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