C# Class TestStack.ConventionTests.Autofac.AutofacRegistrations

Inheritance: IConventionData
Afficher le fichier Open project: TestStack/TestStack.ConventionTests Class Usage Examples

Méthodes publiques

Méthode Description
AutofacRegistrations ( IComponentRegistry componentRegistry ) : System
GetConcreteType ( IComponentRegistration r ) : Type
GetLifetime ( IComponentRegistration componentRegistration ) : Lifetime
GetRegistrationCtorParameters ( IComponentRegistration componentRegistration ) : IEnumerable

Method Details

AutofacRegistrations() public méthode

public AutofacRegistrations ( IComponentRegistry componentRegistry ) : System
componentRegistry IComponentRegistry
Résultat System

GetConcreteType() public méthode

public GetConcreteType ( IComponentRegistration r ) : Type
r IComponentRegistration
Résultat System.Type

GetLifetime() public méthode

public GetLifetime ( IComponentRegistration componentRegistration ) : Lifetime
componentRegistration IComponentRegistration
Résultat Lifetime

GetRegistrationCtorParameters() public méthode

public GetRegistrationCtorParameters ( IComponentRegistration componentRegistration ) : IEnumerable
componentRegistration IComponentRegistration
Résultat IEnumerable