C# 클래스 NDC2010.SessionTableViewController.TableSource

상속: NDC2010DetailsTableViewSource
파일 보기 프로젝트 열기: alexyork/NDC2010

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForHeader ( UITableView tableView, int section ) : float
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
GetViewForHeader ( UITableView tableView, int section ) : UIView
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( SessionTableViewController tvc ) : System

보호된 메소드들

메소드 설명
GetFont ( NSIndexPath indexPath ) : UIFont

비공개 메소드들

메소드 설명
AddToScheduleButtonShouldBeInitialized ( int section ) : bool
CellHasDetailsLabel ( NSIndexPath indexPath ) : bool
GetCellText ( NSIndexPath indexPath ) : string
GetTitleForHeader ( int section ) : string
InitializeAddToScheduleButton ( ) : void
ToggleSessionFromSchedule ( ) : void

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

GetFont() 보호된 메소드

protected GetFont ( NSIndexPath indexPath ) : UIFont
indexPath NSIndexPath
리턴 UIFont

GetHeightForHeader() 공개 메소드

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
리턴 float

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

GetViewForHeader() 공개 메소드

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
리턴 UIView

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
리턴 int

TableSource() 공개 메소드

public TableSource ( SessionTableViewController tvc ) : System
tvc SessionTableViewController
리턴 System