C# Class GAPPSF.UIControls.ActionBuilder.ActionAttributes

Inheritance: GAPPSF.UIControls.ActionBuilder.ActionImplementationCondition
Afficher le fichier Open project: GlobalcachingEU/GAPP

Méthodes publiques

Méthode 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 méthode

public ActionAttributes ( ) : System
Résultat System

CommitUIData() public méthode

public CommitUIData ( UIElement uiElement ) : void
uiElement UIElement
Résultat void

GetUIElement() public méthode

public GetUIElement ( ) : UIElement
Résultat UIElement

PrepareRun() public méthode

public PrepareRun ( ) : bool
Résultat bool

Process() public méthode

public Process ( Core gc ) : Operator
gc Core
Résultat Operator

sv_MouseEnter() public méthode

public sv_MouseEnter ( object sender, System e ) : void
sender object
e System
Résultat void

sv_MouseLeave() public méthode

public sv_MouseLeave ( object sender, System e ) : void
sender object
e System
Résultat void