C# Класс NDC2010.NDC2010DetailsTableViewSource

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

Защищенные свойства (Protected)

Свойство Тип Описание
BaseSize System.Drawing.SizeF

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float
RowsInSection ( UITableView tableView, int section ) : int

Защищенные методы

Метод Описание
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell
GetFont ( NSIndexPath indexPath ) : UIFont

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

DequeueOrCreateTableCell() защищенный Метод

protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
cellId string
Результат UITableViewCell

DequeueOrCreateTableCell() защищенный Метод

protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
cellId string
style UITableViewCellStyle
clickable bool
Результат UITableViewCell

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

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

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

public GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float
cellText string
tableView UITableView
indexPath NSIndexPath
Результат float

GetFont() защищенный абстрактный Метод

protected abstract GetFont ( NSIndexPath indexPath ) : UIFont
indexPath NSIndexPath
Результат UIFont

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

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

Описание свойств

BaseSize защищенное статическое свойство

protected static SizeF,System.Drawing BaseSize
Результат System.Drawing.SizeF