C# 클래스 EventApp.Views.ScheduleListViewController

상속: AbstractViewController
파일 보기 프로젝트 열기: BobStolk/EventApp

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