Méthode | Description | |
---|---|---|
EmptyListBuildPlan ( |
Initializes a new instance of the EmptyListBuildPlan 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 EmptyListBuildPlan ( |
||
service | The service. | |
Résultat | System |
public GetInstance ( CreateContext context, object &instance ) : InstanceResult | ||
context | CreateContext | Context used to create instances. |
instance | object | The instance. |
Résultat | InstanceResult |
public SetCreateCallback ( ICreateCallback callback ) : void | ||
callback | ICreateCallback | Callback to invoke |
Résultat | void |