C# Class SectionedUITableViewSample.TableViewDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: kevinsheffield/MonoTouchDemos Class Usage Examples

Méthodes publiques

Свойство Type Description
filteredDictionaryItems List

Méthodes publiques

Méthode Description
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

Method Details

GetCell() public méthode

public GetCell ( MonoTouch tableView, MonoTouch indexPath ) : UITableViewCell
tableView MonoTouch
indexPath MonoTouch
Résultat UITableViewCell

Initialize() public méthode

public Initialize ( ) : void
Résultat void

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int

RowsInSection() public méthode

public RowsInSection ( MonoTouch tableview, int section ) : int
tableview MonoTouch
section int
Résultat int

Search() public méthode

public Search ( string searchText ) : void
searchText string
Résultat void

SectionFor() public méthode

public SectionFor ( UITableView tableView, string title, int atIndex ) : int
tableView UITableView
title string
atIndex int
Résultat int

SectionIndexTitles() public méthode

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
Résultat string[]

TableViewDataSource() public méthode

public TableViewDataSource ( ) : System
Résultat System

TitleForHeader() public méthode

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
Résultat string

Property Details

filteredDictionaryItems public_oe property

public List filteredDictionaryItems
Résultat List