C# 클래스 Autofac.Extras.RegistrationAttributes.ContainerBuilderExtensions

파일 보기 프로젝트 열기: dvabuzyarov/Autofac.Extras.RegistrationAttributes

공개 메소드들

메소드 설명
AutoRegistration ( this builder ) : void
AutoRegistrationSkipCustomRegistration ( this builder, Type type ) : void

비공개 메소드들

메소드 설명
RegisterGenericType ( ContainerBuilder builder, Type type, IEnumerable attributes ) : void
RegisterType ( ContainerBuilder builder, Type type, IEnumerable attributes ) : void

메소드 상세

AutoRegistration() 공개 정적인 메소드

public static AutoRegistration ( this builder ) : void
builder this
리턴 void

AutoRegistrationSkipCustomRegistration() 공개 정적인 메소드

public static AutoRegistrationSkipCustomRegistration ( this builder, Type type ) : void
builder this
type System.Type
리턴 void