C# Class Neudesic.iBeacon.Trilat.MasterViewController

Inheritance: UITableViewController
Afficher le fichier Open project: simonguest/gids

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
HandleBeaconsFound ( object sender, BeaconFoundEventArgs e ) : void
MasterViewController ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

HandleBeaconsFound() public méthode

public HandleBeaconsFound ( object sender, BeaconFoundEventArgs e ) : void
sender object
e BeaconFoundEventArgs
Résultat void

MasterViewController() public méthode

public MasterViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

ViewDidAppear() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void