C# 클래스 Monospace11.MapLocationViewController.TableViewSource

상속: UITableViewSource
파일 보기 프로젝트 열기: megsoftconsulting/MonkeySpace

공개 메소드들

메소드 설명
GetCell ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( Monospace11.UITableView tableview, int section ) : int
TableViewSource ( MapLocationViewController controller, List locations ) : System

메소드 상세

GetCell() 공개 메소드

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

RowSelected() 공개 메소드

public RowSelected ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : void
tableView Monospace11.UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( Monospace11.UITableView tableview, int section ) : int
tableview Monospace11.UITableView
section int
리턴 int

TableViewSource() 공개 메소드

public TableViewSource ( MapLocationViewController controller, List locations ) : System
controller MapLocationViewController
locations List
리턴 System