C# Class EventApp.Views.FavoritesListViewController

Inheritance: AbstractViewController
Mostra file Open project: BobStolk/EventApp

Private Properties

Property Type Description
GetCell UITableViewCell
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int
TitleForHeader string

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
FavoritesListViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
ReleaseDesignerOutlets ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

FavoritesListViewController() public method

public FavoritesListViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void