C# 클래스 SectionedUITableViewSample.TableViewDataSource

상속: UITableViewDataSource
파일 보기 프로젝트 열기: kevinsheffield/MonoTouchDemos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
filteredDictionaryItems List

공개 메소드들

메소드 설명
GetCell ( MonoTouch tableView, MonoTouch indexPath ) : UITableViewCell
Initialize ( ) : void
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( MonoTouch tableview, int section ) : int
Search ( string searchText ) : void
SectionFor ( UITableView tableView, string title, int atIndex ) : int
SectionIndexTitles ( UITableView tableView ) : string[]
TableViewDataSource ( ) : System
TitleForHeader ( UITableView tableView, int section ) : string

메소드 상세

GetCell() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

NumberOfSections() 공개 메소드

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

RowsInSection() 공개 메소드

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

Search() 공개 메소드

public Search ( string searchText ) : void
searchText string
리턴 void

SectionFor() 공개 메소드

public SectionFor ( UITableView tableView, string title, int atIndex ) : int
tableView UITableView
title string
atIndex int
리턴 int

SectionIndexTitles() 공개 메소드

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
리턴 string[]

TableViewDataSource() 공개 메소드

public TableViewDataSource ( ) : System
리턴 System

TitleForHeader() 공개 메소드

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

프로퍼티 상세

filteredDictionaryItems 공개적으로 프로퍼티

public List filteredDictionaryItems
리턴 List