C# Class EventApp.Views.FavoritesListViewController

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

Private Properties

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

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
FavoritesListViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Méthode 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 méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

FavoritesListViewController() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void