Method | Description | |
---|---|---|
CompositeBuildPlan ( |
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.
|
public CompositeBuildPlan ( |
||
serviceType | Should be type of |
|
buildPlans | IBuildPlan | The build plans. |
return | System |
public GetInstance ( CreateContext context, object &instance ) : InstanceResult | ||
context | CreateContext | Context used to create instances. |
instance | object | The instance. |
return | InstanceResult |
public SetCreateCallback ( ICreateCallback callback ) : void | ||
callback | ICreateCallback | Callback to invoke |
return | void |