C# Class Rebel.Framework.DemandsDependenciesAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode 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 méthode

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.
Résultat System