C# Класс MyDriving.iOS.SettingsDataSource

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
SettingsDataSource ( SettingsViewModel viewModel, string keys ) : Foundation
TitleForHeader ( UITableView tableView, nint section ) : string
WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void

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

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

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

public SettingsDataSource ( SettingsViewModel viewModel, string keys ) : Foundation
viewModel MyDriving.ViewModel.SettingsViewModel
keys string
Результат Foundation

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

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Результат string

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

public WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void
tableView UITableView
headerView UIView
section nint
Результат void