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

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseBindableTableViewCell
Show file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ImageHelperOnImageChanged ( object sender, MvxValueEventArgs mvxValueEventArgs ) : void
InitializeImageHelper ( ) : void

Method Details

Dispose() protected method

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

GeneralTableViewCell() public method

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

GeneralTableViewCell() public method

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

GeneralTableViewCell() public method

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

GeneralTableViewCell() public method

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

GeneralTableViewCell() public method

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

SetSelected() public method

public SetSelected ( bool selected, bool animated ) : void
selected bool
animated bool
return void