C# Класс Cirrious.MvvmCross.AutoView.Touch.Views.Lists.GeneralTableViewCell

Наследование: Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseBindableTableViewCell
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

Метод Описание
ImageHelperOnImageChanged ( object sender, MvxValueEventArgs mvxValueEventArgs ) : void
InitializeImageHelper ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

public GeneralTableViewCell ( 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