Click or drag to resize
ActionBuilder Constructor
Initializes a new instance of the ActionBuilder class.

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 ActionBuilder()
Remarks
In order for a class to be used as a custom action builder, it must inherit from ActionBuilder and have a public constructor that takes no parameters.
See Also