Click or drag to resize
ActionBuilderInitialize Method
Prepares the builder to work with an action.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public void Initialize(
	UpdateAction action,
	bool actionIsNew
)

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
ExceptionCondition
ArgumentNullExceptionaction is .
InvalidOperationExceptionInitialize(UpdateAction, Boolean) has already been called.
Remarks
This method is called by the AppLife update creation system after an ActionBuilder is created.
See Also