C# Class EventApp.Views.ScheduleDetailViewController

Afficher le fichier Open project: BobStolk/EventApp

Méthodes publiques

Свойство Type Description
ScheduleItem ScheduleItem

Private Properties

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

Méthodes publiques

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

Private Methods

Méthode Description
DecorateCellDetailLabel ( DetailTableViewCell cell, string text ) : DetailTableViewCell
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

PrepareForSegue() public méthode

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

ScheduleDetailViewController() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

ScheduleItem public_oe property

public ScheduleItem ScheduleItem
Résultat ScheduleItem