C# Class MvvmCross.Binding.iOS.Views.MvxStandardTableViewCell

Inheritance: MvxTableViewCell
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeImageLoader ( ) : void

Method Details

Dispose() protected méthode

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

MvxStandardTableViewCell() public méthode

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

MvxStandardTableViewCell() public méthode

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

MvxStandardTableViewCell() public méthode

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

MvxStandardTableViewCell() public méthode

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

MvxStandardTableViewCell() public méthode

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