C# Класс Arc.Infrastructure.Dependencies.Registration.Auto.RegisterTypeToFirstMatchStrategy

Registers to first criteria match (interface).
Наследование: BaseRegisterTypeStrategy, ITypeRegistrationStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
Register ( Type type, IServiceLocator locator ) : void

Registers the specified type.

RegisterTypeToFirstMatchStrategy ( Func binding ) : System

Initializes a new instance of the RegisterTypeToFirstMatchStrategy class.

RegisterTypeToFirstMatchStrategy ( bool>.Func binding ) : System

Initializes a new instance of the RegisterTypeToFirstMatchStrategy class.

Описание методов

Register() публичный Метод

Registers the specified type.
public Register ( Type type, IServiceLocator locator ) : void
type System.Type The type.
locator IServiceLocator The locator.
Результат void

RegisterTypeToFirstMatchStrategy() публичный Метод

Initializes a new instance of the RegisterTypeToFirstMatchStrategy class.
public RegisterTypeToFirstMatchStrategy ( Func binding ) : System
binding Func The binding.
Результат System

RegisterTypeToFirstMatchStrategy() публичный Метод

Initializes a new instance of the RegisterTypeToFirstMatchStrategy class.
public RegisterTypeToFirstMatchStrategy ( bool>.Func binding ) : System
binding bool>.Func The binding.
Результат System