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

Register type strategy base.
Afficher le fichier Open project: marektihkan/Arc

Méthodes protégées

Méthode 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 méthode

Initializes a new instance of the BaseRegisterTypeStrategy class.
protected BaseRegisterTypeStrategy ( ) : System
Résultat System

Register() protected méthode

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.
Résultat void