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

Inheritance: MDTableViewCell, IMvxBindable
Mostra file Open project: fpt-software/Wordpress-Client

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MvxMDTableViewCell() public method

public MvxMDTableViewCell ( ) : System
return System

MvxMDTableViewCell() public method

public MvxMDTableViewCell ( IEnumerable bindingDescriptions ) : System
bindingDescriptions IEnumerable
return System

MvxMDTableViewCell() public method

public MvxMDTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
bindingDescriptions IEnumerable
handle System.IntPtr
return System

MvxMDTableViewCell() public method

public MvxMDTableViewCell ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxMDTableViewCell() public method

public MvxMDTableViewCell ( string bindingText ) : System
bindingText string
return System

MvxMDTableViewCell() public method

public MvxMDTableViewCell ( string bindingText, IntPtr handle ) : System
bindingText string
handle System.IntPtr
return System