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

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

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

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

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

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

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

Метод Описание
ParseBindingText ( string bindingText ) : IEnumerable

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

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

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

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

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

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

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

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

public MvxStandardTableViewSource ( UITableView tableView ) : System
tableView UITableView
Результат System

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

public MvxStandardTableViewSource ( UITableView tableView, NSString cellIdentifier ) : System
tableView UITableView
cellIdentifier NSString
Результат System

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

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

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

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

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

public MvxStandardTableViewSource ( UITableView tableView, string bindingText ) : System
tableView UITableView
bindingText string
Результат System