C# 클래스 TestStack.ConventionTests.Autofac.AutofacRegistrations

상속: IConventionData
파일 보기 프로젝트 열기: TestStack/TestStack.ConventionTests 1 사용 예제들

공개 메소드들

메소드 설명
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