C# Класс WshLst.MonoTouch.MvxDeleteBindableTableViewSource

Наследование: Cirrious.MvvmCross.Binding.Touch.Views.MvxBindableTableViewSource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CanEditRow() публичный Метод

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
Результат bool

CommitEditingStyle() публичный Метод

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
Результат void

EditingStyleForRow() публичный Метод

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCellEditingStyle

MvxDeleteBindableTableViewSource() публичный Метод

public MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System
tableView UITableView
cellStyle UITableViewCellStyle
cellIdentifier NSString
bindingText string
accessory UITableViewCellAccessory
Результат System