C# Class EventApp.Views.ScheduleListViewController

Inheritance: AbstractViewController
Mostrar archivo Open project: BobStolk/EventApp

Private Properties

Property Type Description
FilterOnCategory void
FilterSchedule void
GetCell UITableViewCell
GetHeightForRow float
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int
SelectEvent void
TitleForHeader string
UpdateDateNavigationLabel void

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ScheduleListViewController ( IntPtr handle ) : System
UpdateSchedule ( bool left ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
FilterOnCategory ( List cat ) : void
FilterSchedule ( object s, EventArgs e ) : void
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
SelectEvent ( object s, EventArgs e ) : void
TitleForHeader ( UITableView tableView, int section ) : string
UpdateDateNavigationLabel ( ) : void

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

ScheduleListViewController() public method

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

UpdateSchedule() public method

public UpdateSchedule ( bool left ) : void
left bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void