C# Класс Ninject.Planning.Planner

Generates plans for how to activate instances.
Наследование: Ninject.Components.NinjectComponent, IPlanner
Показать файл Открыть проект

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

Метод Описание
GetPlan ( Type type ) : IPlan

Gets or creates an activation plan for the specified type.

Planner ( IEnumerable strategies ) : System

Initializes a new instance of the Planner class.

Защищенные методы

Метод Описание
CreateEmptyPlan ( Type type ) : IPlan

Creates an empty plan for the specified type.

Приватные методы

Метод Описание
CreateNewPlan ( Type type ) : IPlan

Creates a new plan for the specified type. This method requires an active reader lock!

Описание методов

CreateEmptyPlan() защищенный Метод

Creates an empty plan for the specified type.
protected CreateEmptyPlan ( Type type ) : IPlan
type System.Type The type for which a plan should be created.
Результат IPlan

GetPlan() публичный Метод

Gets or creates an activation plan for the specified type.
public GetPlan ( Type type ) : IPlan
type System.Type The type for which a plan should be created.
Результат IPlan

Planner() публичный Метод

Initializes a new instance of the Planner class.
public Planner ( IEnumerable strategies ) : System
strategies IEnumerable The strategies to execute during planning.
Результат System