C# Класс MvvmCross.Binding.tvOS.Views.MvxSimpleTableViewSource

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

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

Метод Описание
MvxSimpleTableViewSource ( IntPtr handle ) : System
MvxSimpleTableViewSource ( UITableView tableView, Type cellType, string cellIdentifier = null ) : System
MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System

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

Метод Описание
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

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

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

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Результат UITableViewCell

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

public MvxSimpleTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
Результат System

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

public MvxSimpleTableViewSource ( UITableView tableView, Type cellType, string cellIdentifier = null ) : System
tableView UITableView
cellType System.Type
cellIdentifier string
Результат System

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

public MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System
tableView UITableView
nibName string
cellIdentifier string
bundle NSBundle
Результат System