C# Class GAPPSF.UIControls.ActionBuilder.ActionStart

Inheritance: GAPPSF.UIControls.ActionBuilder.ActionImplementationCondition
显示文件 Open project: GlobalcachingEU/GAPP

Public Methods

Method Description
ActionStart ( ) : System
CommitUIData ( UIElement uiElement ) : void
GetUIElement ( ) : UIElement
PrepareFlow ( ) : List
Process ( Core gc ) : Operator

Method Details

ActionStart() public method

public ActionStart ( ) : System
return System

CommitUIData() public method

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

GetUIElement() public method

public GetUIElement ( ) : UIElement
return UIElement

PrepareFlow() public method

public PrepareFlow ( ) : List
return List

Process() public method

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