C# 클래스 Arc.Infrastructure.Dependencies.Registration.Auto.BaseRegisterTypeStrategy

Register type strategy base.
파일 보기 프로젝트 열기: marektihkan/Arc

보호된 메소드들

메소드 설명
BaseRegisterTypeStrategy ( ) : System

Initializes a new instance of the BaseRegisterTypeStrategy class.

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

Registers the specified service.

메소드 상세

BaseRegisterTypeStrategy() 보호된 메소드

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

Register() 보호된 메소드

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.
리턴 void