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

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

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

Метод Описание
MvxStandardTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
MvxStandardTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxStandardTableViewCell ( IntPtr handle ) : System
MvxStandardTableViewCell ( string bindingText, IntPtr handle ) : System
MvxStandardTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
SetSelected ( bool selected, bool animated ) : void

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

Метод Описание
Dispose ( bool disposing ) : void

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

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

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

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

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

public MvxStandardTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
bindingDescriptions IEnumerable
handle System.IntPtr
Результат System

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

public MvxStandardTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
bindingDescriptions IEnumerable
cellStyle UITableViewCellStyle
cellIdentifier NSString
tableViewCellAccessory UITableViewCellAccessory
Результат System

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

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

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

public MvxStandardTableViewCell ( string bindingText, IntPtr handle ) : System
bindingText string
handle System.IntPtr
Результат System

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

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

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

public SetSelected ( bool selected, bool animated ) : void
selected bool
animated bool
Результат void