C# 클래스 XamarinEvolveIOS.PlaceListViewController.PlaceListViewDataSource

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

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
PlaceListViewDataSource ( PlaceListViewController viewController ) : System
RowsInSection ( UITableView tableView, int section ) : int

메소드 상세

GetCell() 공개 메소드

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

PlaceListViewDataSource() 공개 메소드

public PlaceListViewDataSource ( PlaceListViewController viewController ) : System
viewController PlaceListViewController
리턴 System

RowsInSection() 공개 메소드

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