C# Class EventApp.Views.ScheduleDetailViewController

Mostrar archivo Open project: BobStolk/EventApp

Public Properties

Property Type Description
ScheduleItem ScheduleItem

Private Properties

Property Type Description
DecorateCellDetailLabel DetailTableViewCell
GetCell UITableViewCell
GetHeightForRow float
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ScheduleDetailViewController ( 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

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

ScheduleDetailViewController() public method

public ScheduleDetailViewController ( IntPtr handle ) : System
handle IntPtr
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

ScheduleItem public_oe property

public ScheduleItem ScheduleItem
return ScheduleItem