C# Class GAPPSF.UIControls.ActionBuilder.ActionGCVoteAverage

Inheritance: GAPPSF.UIControls.ActionBuilder.ActionImplementationCondition
Mostrar archivo Open project: GlobalcachingEU/GAPP

Public Methods

Method Description
ActionGCVoteAverage ( ) : System
CommitUIData ( UIElement uiElement ) : void
GetUIElement ( ) : UIElement
PrepareRun ( ) : bool
Process ( Core gc ) : Operator

Method Details

ActionGCVoteAverage() public method

public ActionGCVoteAverage ( ) : System
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 ( Core gc ) : Operator
gc Core
return Operator