C# Класс Praeclarum.UI.DocumentListViewSource

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

Private Properties

Свойство Тип Описание
GetNotReadyCell UITableViewCell

Открытые методы

Метод Описание
DocumentListViewSource ( DocumentListView controller ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint

Приватные методы

Метод Описание
GetNotReadyCell ( UITableView tableView ) : UITableViewCell

Описание методов

DocumentListViewSource() публичный Метод

public DocumentListViewSource ( DocumentListView controller ) : System
controller DocumentListView
Результат System

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

NumberOfSections() публичный Метод

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

RowSelected() публичный Метод

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Результат nint