C# Class GAPPSF.UIControls.ActionBuilder.ActionAttributes

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

Public Methods

Method Description
ActionAttributes ( ) : System
CommitUIData ( UIElement uiElement ) : void
GetUIElement ( ) : UIElement
PrepareRun ( ) : bool
Process ( Core gc ) : Operator
sv_MouseEnter ( object sender, System e ) : void
sv_MouseLeave ( object sender, System e ) : void

Method Details

ActionAttributes() public method

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

sv_MouseEnter() public method

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

sv_MouseLeave() public method

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