C# Class JeffWilcox.FourthAndMayor.Place.AddVenueDuplicates

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: jeffwilcox/4thandmayor-ancient

Public Methods

Method Description
AddVenueDuplicates ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
OnDuplicatesChallenge ( FourSquare.DuplicateVenueChallenge dvc ) : void
OnVenueCreateFailure ( Exception e ) : void
OnVenueCreated ( Model.CompactVenue venue ) : void

Method Details

AddVenueDuplicates() public method

public AddVenueDuplicates ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void