C# Class Rebel.Framework.DemandsDependenciesAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
DemandsDependenciesAttribute ( Type demandBuilderType ) : System

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

Method Details

DemandsDependenciesAttribute() public method

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.
return System