ActionBuilderInitialize Method |
Prepares the builder to work with an action.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic void Initialize(
UpdateAction action,
bool actionIsNew
)
Public Sub Initialize (
action As UpdateAction,
actionIsNew As Boolean
)
public:
void Initialize(
UpdateAction^ action,
bool actionIsNew
)
member Initialize :
action : UpdateAction *
actionIsNew : bool -> unit
Parameters
- action
- Type: Kjs.AppLife.Update.Engine.CoreUpdateAction
The action that the builder will work with. - actionIsNew
- Type: SystemBoolean
if action
is newly created; otherwise, .
Exceptions
Remarks
This method is called by the AppLife update creation system after an
ActionBuilder is created.
See Also