C# Class Sample.AdvancedEditingDialog.EditingSource

Inheritance: MonoMobile.Dialog.DialogViewController.Source
Show file Open project: moljac/MonoMobile.Dialog

Public Methods

Method Description
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

Method Details

CanEditRow() public method

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

CanMoveRow() public method

public CanMoveRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

CommitEditingStyle() public method

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
return void

EditingSource() public method

public EditingSource ( DialogViewController dvc ) : System
dvc MonoMobile.Dialog.DialogViewController
return System

EditingStyleForRow() public method

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
return UITableViewCellEditingStyle

MoveRow() public method

public MoveRow ( UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath ) : void
tableView UITableView
sourceIndexPath NSIndexPath
destinationIndexPath NSIndexPath
return void