C# Class Sample.EditingDialog.EditingSource

Inheritance: MonoTouch.Dialog.DialogViewController.Source
ファイルを表示 Open project: moljac/MonoMobile.Dialog

Public Methods

Method Description
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
EditingSource ( DialogViewController dvc ) : System
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle

Method Details

CanEditRow() public method

public CanEditRow ( 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 MonoTouch.Dialog.DialogViewController
return System

EditingStyleForRow() public method

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