C# Class GlobalcachingApplication.Plugins.ActBuilder.ActionScriptAction

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

Public Methods

Method Description
ActionScriptAction ( Framework core ) : System
CommitUIData ( UIElement uiElement ) : void
FinalizeRun ( ) : void
GetUIElement ( ) : UIElement
PrepareRun ( ) : bool
Process ( Framework gc ) : Operator
tb_MouseEnter ( object sender, System e ) : void
tb_MouseLeave ( object sender, System e ) : void

Method Details

ActionScriptAction() public method

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

CommitUIData() public method

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

FinalizeRun() public method

public FinalizeRun ( ) : void
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

tb_MouseEnter() public method

public tb_MouseEnter ( object sender, System e ) : void
sender object
e System
return void

tb_MouseLeave() public method

public tb_MouseLeave ( object sender, System e ) : void
sender object
e System
return void