C# Class GlobalcachingApplication.Plugins.ActBuilder.ActionState

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

Public Methods

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

Method Details

ActionState() public method

public ActionState ( 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

Process() public method

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