C# Class EventApp.Views.InformationViewController

Inheritance: AbstractViewController
Mostrar archivo Open project: BobStolk/EventApp

Private Properties

Property Type Description
GetCell UITableViewCell
GetHeightForRow float
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int

Public Methods

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

Private Methods

Method 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 method

public DidReceiveMemoryWarning ( ) : void
return void

InformationViewController() public method

public InformationViewController ( IntPtr handle ) : System
handle IntPtr
return System

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void