C# Class FSoft.WordApp.IOS.Views.MvxMDTableViewCell

Inheritance: MDTableViewCell, IMvxBindable
Afficher le fichier Open project: fpt-software/Wordpress-Client

Méthodes publiques

Méthode Description
MvxMDTableViewCell ( ) : System
MvxMDTableViewCell ( IEnumerable bindingDescriptions ) : System
MvxMDTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
MvxMDTableViewCell ( IntPtr handle ) : System
MvxMDTableViewCell ( string bindingText ) : System
MvxMDTableViewCell ( string bindingText, IntPtr handle ) : 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

MvxMDTableViewCell() public méthode

public MvxMDTableViewCell ( ) : System
Résultat System

MvxMDTableViewCell() public méthode

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

MvxMDTableViewCell() public méthode

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

MvxMDTableViewCell() public méthode

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

MvxMDTableViewCell() public méthode

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

MvxMDTableViewCell() public méthode

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