C# 클래스 Rebel.Framework.DemandsDependenciesAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
DemandsDependenciesAttribute ( Type demandBuilderType ) : System

Used to identify that a class requires an IDependencyDemandBuilder to be invoked when it is instantiated from configuration

메소드 상세

DemandsDependenciesAttribute() 공개 메소드

Used to identify that a class requires an IDependencyDemandBuilder to be invoked when it is instantiated from configuration
public DemandsDependenciesAttribute ( Type demandBuilderType ) : System
demandBuilderType System.Type Type of the demand builder.
리턴 System