C# Class LondonBike.NearDialogViewController

Inheritance: MonoTouch.Dialog.DialogViewController
Afficher le fichier Open project: nicwise/londonbikeapp Class Usage Examples

Méthodes publiques

Свойство Type Description
CompassIsOn bool

Méthodes publiques

Méthode Description
HideCompassView ( ) : void
LoadAndShowCompassView ( ) : void
NearDialogViewController ( ) : System
RefreshData ( ) : void
ToggleCompassView ( ) : void
ToggleTapHereView ( ) : void
UpdateCompass ( int heading ) : void
UpdateNearestList ( ) : void
ViewDidAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Méthode Description
RemoveTapHere ( ) : void

Method Details

HideCompassView() public méthode

public HideCompassView ( ) : void
Résultat void

LoadAndShowCompassView() public méthode

public LoadAndShowCompassView ( ) : void
Résultat void

NearDialogViewController() public méthode

public NearDialogViewController ( ) : System
Résultat System

RefreshData() public méthode

public RefreshData ( ) : void
Résultat void

ToggleCompassView() public méthode

public ToggleCompassView ( ) : void
Résultat void

ToggleTapHereView() public méthode

public ToggleTapHereView ( ) : void
Résultat void

UpdateCompass() public méthode

public UpdateCompass ( int heading ) : void
heading int
Résultat void

UpdateNearestList() public méthode

public UpdateNearestList ( ) : void
Résultat void

ViewDidAppear() public méthode

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

ViewWillDisappear() public méthode

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

Property Details

CompassIsOn public_oe property

public bool CompassIsOn
Résultat bool