C# Class ArcGISWindowsPhoneSDK.EditorTracking

Inheritance: PhoneApplicationPage
Show file Open project: Esri/arcgis-samples-winphone

Public Methods

Method Description
EditorTracking ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void

Private Methods

Method Description
AddItemButton_Click ( object sender, System e ) : void
Challenge ( string url, Exception>.Action callback, IdentityManager options ) : void
DeleteButton_Click ( object sender, RoutedEventArgs e ) : void
Editor_EditCompleted ( object sender, Editor e ) : void
FeatureLayer_InitializationFailed ( object sender, EventArgs e ) : void
FeatureLayer_Initialized ( object sender, EventArgs e ) : void
FeatureTypeListBox_SelectionChanged ( object sender, System e ) : void
MyMap_MapGesture ( object sender, Map e ) : void
OKButton_Click ( object sender, RoutedEventArgs e ) : void
SignOut_Click ( object sender, RoutedEventArgs e ) : void
TypeButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

EditorTracking() public method

public EditorTracking ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void