C# Class GlobalcachingApplication.Plugins.ActBuilder.ActionWaypointCounter

Inheritance: GlobalcachingApplication.Plugins.ActBuilder.ActionImplementationCondition
显示文件 Open project: GlobalcachingEU/GAPP

Public Methods

Method Description
ActionWaypointCounter ( Framework core ) : System
CommitUIData ( UIElement uiElement ) : void
GetUIElement ( ) : UIElement
PrepareRun ( ) : bool
Process ( Framework gc ) : Operator

Method Details

ActionWaypointCounter() public method

public ActionWaypointCounter ( Framework core ) : System
core Framework
return System

CommitUIData() public method

public CommitUIData ( UIElement uiElement ) : void
uiElement UIElement
return void

GetUIElement() public method

public GetUIElement ( ) : UIElement
return UIElement

PrepareRun() public method

public PrepareRun ( ) : bool
return bool

Process() public method

public Process ( Framework gc ) : Operator
gc Framework
return Operator