C# 클래스 Ninject.Planning.Planner

Generates plans for how to activate instances.
상속: Ninject.Components.NinjectComponent, IPlanner
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
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