C# Class GlobalcachingApplication.Plugins.ActBuilder.ActionStart

Inheritance: GlobalcachingApplication.Plugins.ActBuilder.ActionImplementationCondition, System.Collections.IComparer
显示文件 Open project: GlobalcachingEU/GAPP Class Usage Examples

Public Methods

Method Description
ActionStart ( Framework core ) : System
CommitUIData ( UIElement uiElement ) : void
Compare ( object x, object y ) : int
GetUIElement ( ) : UIElement
PrepareFlow ( ) : void
Process ( Framework gc ) : Operator

Method Details

ActionStart() public method

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

CommitUIData() public method

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

Compare() public method

public Compare ( object x, object y ) : int
x object
y object
return int

GetUIElement() public method

public GetUIElement ( ) : UIElement
return UIElement

PrepareFlow() public method

public PrepareFlow ( ) : void
return void

Process() public method

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