C# Класс EventApp.Views.ScheduleListViewController

Наследование: AbstractViewController
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
FilterOnCategory void
FilterSchedule void
GetCell UITableViewCell
GetHeightForRow float
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int
SelectEvent void
TitleForHeader string
UpdateDateNavigationLabel void

Открытые методы

Метод Описание
DidReceiveMemoryWarning ( ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ScheduleListViewController ( IntPtr handle ) : System
UpdateSchedule ( bool left ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Приватные методы

Метод Описание
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

Описание методов

DidReceiveMemoryWarning() публичный Метод

public DidReceiveMemoryWarning ( ) : void
Результат void

PrepareForSegue() публичный Метод

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Результат void

ScheduleListViewController() публичный Метод

public ScheduleListViewController ( IntPtr handle ) : System
handle System.IntPtr
Результат System

UpdateSchedule() публичный Метод

public UpdateSchedule ( bool left ) : void
left bool
Результат void

ViewDidLoad() публичный Метод

public ViewDidLoad ( ) : void
Результат void

ViewWillAppear() публичный Метод

public ViewWillAppear ( bool animated ) : void
animated bool
Результат void