C# Class GlobalcachingApplication.Plugins.ActBuilder.ActionStart

Inheritance: GlobalcachingApplication.Plugins.ActBuilder.ActionImplementationCondition, System.Collections.IComparer
Afficher le fichier Open project: GlobalcachingEU/GAPP Class Usage Examples

Méthodes publiques

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

public ActionStart ( Framework core ) : System
core Framework
Résultat System

CommitUIData() public méthode

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

Compare() public méthode

public Compare ( object x, object y ) : int
x object
y object
Résultat int

GetUIElement() public méthode

public GetUIElement ( ) : UIElement
Résultat UIElement

PrepareFlow() public méthode

public PrepareFlow ( ) : void
Résultat void

Process() public méthode

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