C# Класс JudoPayiOSXamarinSampleApp.MainMenuSource

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
GetTableHeight ( ) : float
MainMenuSource ( Action>.Dictionary buttonDictionary ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint

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

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

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

public GetTableHeight ( ) : float
Результат float

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

public MainMenuSource ( Action>.Dictionary buttonDictionary ) : System
buttonDictionary Action>.Dictionary
Результат System

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