C# Class Cedar.Core.IoC.Configuration.ServiceLocatorDataBase

提供创建ServiceLocator的配置基类
Inheritance: Cedar.Core.Configuration.NameTypeConfigurationElement
Mostra file Open project: Chinaccn/surfboard

Public Methods

Method Description
CreateServiceLocator ( ) : IServiceLocator

Creates the service locator.

Method Details

CreateServiceLocator() public abstract method

Creates the service locator.
public abstract CreateServiceLocator ( ) : IServiceLocator
return IServiceLocator