C# Class Arc.Infrastructure.Dependencies.Registration.Auto.BaseRegisterTypeStrategy

Register type strategy base.
Exibir arquivo Open project: marektihkan/Arc

Protected Methods

Method Description
BaseRegisterTypeStrategy ( ) : System

Initializes a new instance of the BaseRegisterTypeStrategy class.

Register ( Type service, Type implementation, IServiceLocator locator ) : void

Registers the specified service.

Method Details

BaseRegisterTypeStrategy() protected method

Initializes a new instance of the BaseRegisterTypeStrategy class.
protected BaseRegisterTypeStrategy ( ) : System
return System

Register() protected method

Registers the specified service.
protected Register ( Type service, Type implementation, IServiceLocator locator ) : void
service System.Type The service.
implementation System.Type The implementation.
locator IServiceLocator The locator.
return void