C# Класс MvvmCross.AutoView.iOS.Views.Lists.GeneralTableViewSource

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

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

Метод Описание
GeneralTableViewSource ( IntPtr handle ) : System
GeneralTableViewSource ( UITableView tableView, IMvxLayoutListItemViewFactory defaultFactory, IMvxLayoutListItemViewFactory>.Dictionary factories ) : System

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

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

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

Метод Описание
GetCellIdentifier ( object item ) : string

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

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

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

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

public GeneralTableViewSource ( UITableView tableView, IMvxLayoutListItemViewFactory defaultFactory, IMvxLayoutListItemViewFactory>.Dictionary factories ) : System
tableView UITableView
defaultFactory IMvxLayoutListItemViewFactory
factories IMvxLayoutListItemViewFactory>.Dictionary
Результат System

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

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