C# 클래스 EventApp.Views.FavoritesListViewController

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

Private Properties

프로퍼티 타입 설명
GetCell UITableViewCell
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int
TitleForHeader string

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
FavoritesListViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
ReleaseDesignerOutlets ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

FavoritesListViewController() 공개 메소드

public FavoritesListViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void