C# Class EventApp.Views.SpeakerDetailViewController

Inheritance: AbstractViewController
Mostra file Open project: BobStolk/EventApp

Public Properties

Property Type Description
Speaker EventApp.Common.Speaker

Private Properties

Property Type Description
DecorateCellDetailLabel EventApp.Controls.Cells.DetailTableViewCell
GetCell UITableViewCell
GetHeightForRow float
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
OpenLink ( NSUrl url ) : void
SpeakerDetailViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

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

public DidReceiveMemoryWarning ( ) : void
return void

OpenLink() public method

public OpenLink ( NSUrl url ) : void
url NSUrl
return void

SpeakerDetailViewController() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

Speaker public_oe property

public Speaker,EventApp.Common Speaker
return EventApp.Common.Speaker