ActionBuilder Constructor |
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)
Syntaxnew : unit -> 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