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

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

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

Метод Описание
MvxActionBasedTableViewSource ( IntPtr handle ) : System
MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory ) : System
MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory ) : System

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

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

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

Метод Описание
Initialize ( ) : void

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

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

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

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

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

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

protected MvxActionBasedTableViewSource ( UITableView tableView ) : System
tableView UITableView
Результат System

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

public MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
descriptions IEnumerable
tableViewCellAccessory UITableViewCellAccessory
Результат System

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

public MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
bindingText string
tableViewCellAccessory UITableViewCellAccessory
Результат System