C# 클래스 NDC2010.NDC2010DetailsTableViewSource

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

보호된 프로퍼티들

프로퍼티 타입 설명
BaseSize System.Drawing.SizeF

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float
RowsInSection ( UITableView tableView, int section ) : int

보호된 메소드들

메소드 설명
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell
GetFont ( NSIndexPath indexPath ) : UIFont

메소드 상세

DequeueOrCreateTableCell() 보호된 메소드

protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
cellId string
리턴 UITableViewCell

DequeueOrCreateTableCell() 보호된 메소드

protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
cellId string
style UITableViewCellStyle
clickable bool
리턴 UITableViewCell

GetCell() 공개 메소드

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

GetCellHeightForRow() 공개 메소드

public GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float
cellText string
tableView UITableView
indexPath NSIndexPath
리턴 float

GetFont() 보호된 추상적인 메소드

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

RowsInSection() 공개 메소드

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

프로퍼티 상세

BaseSize 보호되어 있는 정적으로 프로퍼티

protected static SizeF,System.Drawing BaseSize
리턴 System.Drawing.SizeF