C# Class GlobalcachingApplication.Plugins.ActBuilder.ActionDistanceToLocation

Inheritance: GlobalcachingApplication.Plugins.ActBuilder.ActionImplementationCondition
显示文件 Open project: GlobalcachingEU/GAPP

Public Methods

Method Description
ActionDistanceToLocation ( Framework core ) : System
CommitUIData ( UIElement uiElement ) : void
GetUIElement ( ) : UIElement
PrepareRun ( ) : bool
Process ( Framework gc ) : Operator
bActionDistanceToLocation_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ActionDistanceToLocation() public method

public ActionDistanceToLocation ( Framework core ) : System
core Framework
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 ( Framework gc ) : Operator
gc Framework
return Operator

bActionDistanceToLocation_Click() public method

public bActionDistanceToLocation_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void