C# Класс Sample.AdvancedEditingDialog.EditingSource

Наследование: MonoMobile.Dialog.DialogViewController.Source
Показать файл Открыть проект

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

Метод Описание
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CanMoveRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
EditingSource ( DialogViewController dvc ) : System
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
MoveRow ( UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath ) : void

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

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

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

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

public CanMoveRow ( 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

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

public EditingSource ( DialogViewController dvc ) : System
dvc MonoMobile.Dialog.DialogViewController
Результат System

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

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

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

public MoveRow ( UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath ) : void
tableView UITableView
sourceIndexPath NSIndexPath
destinationIndexPath NSIndexPath
Результат void