C# Класс Rebel.Framework.DemandsDependenciesAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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