C# Class XamarinEvolveIOS.PlaceListViewController

Inheritance: UIViewController
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Méthodes publiques

Méthode Description
PlaceListViewController ( ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Méthodes protégées

Méthode Description
ShowLocatinError ( PlaceList placeList, GeolocationResult result ) : void

Method Details

PlaceListViewController() public méthode

public PlaceListViewController ( ) : System
Résultat System

ShowLocatinError() protected méthode

protected ShowLocatinError ( PlaceList placeList, GeolocationResult result ) : void
placeList XamarinEvolveSSLibrary.PlaceList
result GeolocationResult
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void