C# Class EventApp.Views.ScheduleListViewController

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

Private Properties

Свойство Type Description
FilterOnCategory void
FilterSchedule void
GetCell UITableViewCell
GetHeightForRow float
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int
SelectEvent void
TitleForHeader string
UpdateDateNavigationLabel void

Méthodes publiques

Méthode 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

Méthode 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 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

ScheduleListViewController() public méthode

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

UpdateSchedule() public méthode

public UpdateSchedule ( bool left ) : void
left bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void