Click or drag to resize
ActionBuilderAttribute Constructor (Type)
Initializes a new instance of the ActionBuilderAttribute class.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public ActionBuilderAttribute(
	Type builderType
)

Parameters

builderType
Type: SystemType
A Type that represents the class that provides UI and project management services for the action this attribute is bound to.
See Also