C# Class EventApp.Views.InformationViewController

Inheritance: AbstractViewController
Afficher le fichier Open project: BobStolk/EventApp

Private Properties

Свойство Type Description
GetCell UITableViewCell
GetHeightForRow float
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
InformationViewController ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
NumberOfSections ( UITableView tableView ) : int
ReleaseDesignerOutlets ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

InformationViewController() public méthode

public InformationViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

PrepareForSegue() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void