C# 클래스 AutoCompleteDemo.AutoCompleteTableSource

상속: UITableViewSource
파일 보기 프로젝트 열기: LucasMoffitt/Monotouch-AutoCompleteDemo

보호된 프로퍼티들

프로퍼티 타입 설명
cellIdentifier string
suggestions string[]

공개 메소드들

메소드 설명
AutoCompleteTableSource ( string suggestions, AutoCompleteDemoViewController controllerContext ) : System
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int

메소드 상세

AutoCompleteTableSource() 공개 메소드

public AutoCompleteTableSource ( string suggestions, AutoCompleteDemoViewController controllerContext ) : System
suggestions string
controllerContext AutoCompleteDemoViewController
리턴 System

GetCell() 공개 메소드

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

RowSelected() 공개 메소드

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

프로퍼티 상세

cellIdentifier 보호되어 있는 프로퍼티

protected string cellIdentifier
리턴 string

suggestions 보호되어 있는 프로퍼티

protected string[] suggestions
리턴 string[]