C# Class TestStack.ConventionTests.Autofac.AutofacRegistrations

Inheritance: IConventionData
Datei anzeigen Open project: TestStack/TestStack.ConventionTests Class Usage Examples

Public Methods

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

Method Details

AutofacRegistrations() public method

public AutofacRegistrations ( IComponentRegistry componentRegistry ) : System
componentRegistry IComponentRegistry
return System

GetConcreteType() public method

public GetConcreteType ( IComponentRegistration r ) : Type
r IComponentRegistration
return System.Type

GetLifetime() public method

public GetLifetime ( IComponentRegistration componentRegistration ) : Lifetime
componentRegistration IComponentRegistration
return Lifetime

GetRegistrationCtorParameters() public method

public GetRegistrationCtorParameters ( IComponentRegistration componentRegistration ) : IEnumerable
componentRegistration IComponentRegistration
return IEnumerable