C# Class MvvmCross.Binding.tvOS.Views.MvxTableViewCell

Inheritance: UITableViewCell, IMvxBindable
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxTableViewCell ( ) : System
MvxTableViewCell ( IEnumerable bindingDescriptions ) : System
MvxTableViewCell ( IEnumerable bindingDescriptions, CGRect frame ) : System
MvxTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
MvxTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxTableViewCell ( IntPtr handle ) : System
MvxTableViewCell ( string bindingText ) : System
MvxTableViewCell ( string bindingText, CGRect frame ) : System
MvxTableViewCell ( string bindingText, IntPtr handle ) : System
MvxTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

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

MvxTableViewCell() public méthode

public MvxTableViewCell ( ) : System
Résultat System

MvxTableViewCell() public méthode

public MvxTableViewCell ( IEnumerable bindingDescriptions ) : System
bindingDescriptions IEnumerable
Résultat System

MvxTableViewCell() public méthode

public MvxTableViewCell ( IEnumerable bindingDescriptions, CGRect frame ) : System
bindingDescriptions IEnumerable
frame CGRect
Résultat System

MvxTableViewCell() public méthode

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

MvxTableViewCell() public méthode

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

MvxTableViewCell() public méthode

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

MvxTableViewCell() public méthode

public MvxTableViewCell ( string bindingText ) : System
bindingText string
Résultat System

MvxTableViewCell() public méthode

public MvxTableViewCell ( string bindingText, CGRect frame ) : System
bindingText string
frame CGRect
Résultat System

MvxTableViewCell() public méthode

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

MvxTableViewCell() public méthode

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