C# Класс SectionedUITableViewSample.TableViewDataSource

Наследование: UITableViewDataSource
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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