C# 클래스 XamarinEvolveIOS.PlaceInfoViewController.PlaceInfoViewDataSource

상속: UITableViewDataSource
파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
PlaceInfoViewDataSource ( PlaceInfoViewController viewController ) : System
RowsInSection ( UITableView tableView, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string

비공개 메소드들

메소드 설명
GetCellForActiveCheckIns ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
GetCellForRecentCheckIns ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
GetCellForTopSection ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
LoadImageForCell ( UITableViewCell cell, byte data ) : void
SetupCellForUser ( UITableViewCell cell, User user ) : void

메소드 상세

GetCell() 공개 메소드

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

NumberOfSections() 공개 메소드

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

PlaceInfoViewDataSource() 공개 메소드

public PlaceInfoViewDataSource ( PlaceInfoViewController viewController ) : System
viewController PlaceInfoViewController
리턴 System

RowsInSection() 공개 메소드

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

TitleForHeader() 공개 메소드

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
리턴 string