C# Класс TestStack.ConventionTests.Autofac.AutofacRegistrations

Наследование: IConventionData
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AutofacRegistrations ( IComponentRegistry componentRegistry ) : System
GetConcreteType ( IComponentRegistration r ) : Type
GetLifetime ( IComponentRegistration componentRegistration ) : Lifetime
GetRegistrationCtorParameters ( IComponentRegistration componentRegistration ) : IEnumerable

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

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

public AutofacRegistrations ( IComponentRegistry componentRegistry ) : System
componentRegistry IComponentRegistry
Результат System

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

public GetConcreteType ( IComponentRegistration r ) : Type
r IComponentRegistration
Результат System.Type

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

public GetLifetime ( IComponentRegistration componentRegistration ) : Lifetime
componentRegistration IComponentRegistration
Результат Lifetime

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

public GetRegistrationCtorParameters ( IComponentRegistration componentRegistration ) : IEnumerable
componentRegistration IComponentRegistration
Результат IEnumerable