C# Class EventApp.Views.SpeakerDetailViewController

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

Méthodes publiques

Свойство Type Description
Speaker EventApp.Common.Speaker

Private Properties

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

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
OpenLink ( NSUrl url ) : void
SpeakerDetailViewController ( 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

OpenLink() public méthode

public OpenLink ( NSUrl url ) : void
url NSUrl
Résultat void

SpeakerDetailViewController() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

Speaker public_oe property

public Speaker,EventApp.Common Speaker
Résultat EventApp.Common.Speaker