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

상속: System.Attribute, IAutofacCustomRegistrationAttribute
파일 보기 프로젝트 열기: dvabuzyarov/Autofac.Extras.RegistrationAttributes

공개 메소드들

메소드 설명
AsCustomAttribute ( Type customRegistrationHandler ) : System
Register ( Type type, ContainerBuilder builder ) : void

메소드 상세

AsCustomAttribute() 공개 메소드

public AsCustomAttribute ( Type customRegistrationHandler ) : System
customRegistrationHandler System.Type
리턴 System

Register() 공개 메소드

public Register ( Type type, ContainerBuilder builder ) : void
type Type
builder ContainerBuilder
리턴 void