메소드 | 설명 | |
---|---|---|
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. | |
리턴 | System |
public GetInstance ( CreateContext context, object &instance ) : InstanceResult | ||
context | CreateContext | Context used to create instances. |
instance | object | The instance. |
리턴 | InstanceResult |
public SetCreateCallback ( ICreateCallback callback ) : void | ||
callback | ICreateCallback | Callback to invoke |
리턴 | void |