C# Class MasterDetail.Touch.MasterViewController.DataSource

Inheritance: UITableViewSource
Afficher le fichier Open project: jamesmontemagno/MasterDetail-Xamarin

Méthodes publiques

Méthode Description
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
DataSource ( MasterViewController controller ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int

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

DataSource() public méthode

public DataSource ( MasterViewController controller ) : System
controller MasterViewController
Résultat System

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Résultat int