C# Класс Griffin.Container.BuildPlans.CompositeBuildPlan

Used for constructor parameters that is of type ]]>.
Contains two or more build plans which is used for the construction
Наследование: IBuildPlan
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CompositeBuildPlan ( Type serviceType, IBuildPlan buildPlans ) : System

Initializes a new instance of the CompositeBuildPlan class.

GetInstance ( CreateContext context, object &instance ) : InstanceResult

Get the instance.

Use one of the set methods to assigned the instance.

SetCreateCallback ( ICreateCallback callback ) : void

Callback invoked each time a new instance is created.

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

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

Initializes a new instance of the CompositeBuildPlan class.
public CompositeBuildPlan ( Type serviceType, IBuildPlan buildPlans ) : System
serviceType System.Type Should be type of ]]>
buildPlans IBuildPlan The build plans.
Результат System

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

Get the instance.
Use one of the set methods to assigned the instance.
public GetInstance ( CreateContext context, object &instance ) : InstanceResult
context CreateContext Context used to create instances.
instance object The instance.
Результат InstanceResult

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

Callback invoked each time a new instance is created.
public SetCreateCallback ( ICreateCallback callback ) : void
callback ICreateCallback Callback to invoke
Результат void