C# Класс Chat.ChatSource

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

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

Метод Описание
ChatSource ( IList messages ) : System
EstimatedHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowsInSection ( UITableView tableview, nint section ) : nint

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

Метод Описание
CalculateHeightFor ( Message msg, UITableView tableView ) : nfloat
GetReuseId ( MessageType msgType ) : NSString

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

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

public ChatSource ( IList messages ) : System
messages IList
Результат System

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

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

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

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

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

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

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

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