C# 클래스 Facebook.AppDelegate.TableViewSource

Extends the new UITableViewSource in MonoTouch 1.2 (4-Nov-09)
상속: UITableViewSource
파일 보기 프로젝트 열기: conceptdev/Facebook

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void

Display selected post details

RowsInSection ( UITableView tableview, int section ) : int
TableViewSource ( Posts p ) : System

메소드 상세

GetCell() 공개 메소드

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

RowSelected() 공개 메소드

Display selected post details
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

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

TableViewSource() 공개 메소드

public TableViewSource ( Posts p ) : System
p Posts
리턴 System