C# Class ArcGISWindowsPhoneSDK.GeoRSS

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

Public Methods

Method Description
GeoRSS ( ) : System

Protected Methods

Method Description
LoadRSS ( string uri ) : void

Private Methods

Method Description
FetchRssButton_Click ( object sender, System e ) : void
MyMap_MapGesture ( object sender, Map e ) : void
ShowRSSEntryButton_Click ( object sender, EventArgs e ) : void
UseLinq ( Stream s ) : void
wc_OpenReadCompleted ( object sender, OpenReadCompletedEventArgs e ) : void

Method Details

GeoRSS() public method

public GeoRSS ( ) : System
return System

LoadRSS() protected method

protected LoadRSS ( string uri ) : void
uri string
return void