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

Registers to first criteria match (interface).
Inheritance: BaseRegisterTypeStrategy, ITypeRegistrationStrategy
Afficher le fichier Open project: marektihkan/Arc

Méthodes publiques

Méthode Description
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.

Method Details

Register() public méthode

Registers the specified type.
public Register ( Type type, IServiceLocator locator ) : void
type System.Type The type.
locator IServiceLocator The locator.
Résultat void

RegisterTypeToFirstMatchStrategy() public méthode

Initializes a new instance of the RegisterTypeToFirstMatchStrategy class.
public RegisterTypeToFirstMatchStrategy ( Func binding ) : System
binding Func The binding.
Résultat System

RegisterTypeToFirstMatchStrategy() public méthode

Initializes a new instance of the RegisterTypeToFirstMatchStrategy class.
public RegisterTypeToFirstMatchStrategy ( bool>.Func binding ) : System
binding bool>.Func The binding.
Résultat System