C# Class WshLst.MonoTouch.MvxDeleteBindableTableViewSource

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxBindableTableViewSource
Afficher le fichier Open project: Redth/WshLst Class Usage Examples

Méthodes publiques

Méthode Description
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System

Method Details

CanEditRow() public méthode

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
Résultat bool

CommitEditingStyle() public méthode

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
Résultat void

EditingStyleForRow() public méthode

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCellEditingStyle

MvxDeleteBindableTableViewSource() public méthode

public MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System
tableView UITableView
cellStyle UITableViewCellStyle
cellIdentifier NSString
bindingText string
accessory UITableViewCellAccessory
Résultat System