C# Class Cirrious.MvvmCross.AutoView.Touch.Views.Lists.GeneralTableViewCell

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseBindableTableViewCell
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ImageHelperOnImageChanged ( object sender, MvxValueEventArgs mvxValueEventArgs ) : void
InitializeImageHelper ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GeneralTableViewCell() public méthode

public GeneralTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
bindingDescriptions IEnumerable
handle System.IntPtr
Résultat System

GeneralTableViewCell() public méthode

public GeneralTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
bindingDescriptions IEnumerable
cellStyle UITableViewCellStyle
cellIdentifier NSString
tableViewCellAccessory UITableViewCellAccessory
Résultat System

GeneralTableViewCell() public méthode

public GeneralTableViewCell ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

GeneralTableViewCell() public méthode

public GeneralTableViewCell ( string bindingText, IntPtr handle ) : System
bindingText string
handle System.IntPtr
Résultat System

GeneralTableViewCell() public méthode

public GeneralTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
bindingText string
cellStyle UITableViewCellStyle
cellIdentifier NSString
tableViewCellAccessory UITableViewCellAccessory
Résultat System

SetSelected() public méthode

public SetSelected ( bool selected, bool animated ) : void
selected bool
animated bool
Résultat void