C# Class TalkBot.SpeechItemTableController.SpeechItemTableDataSource

Inheritance: UITableViewSource
Afficher le fichier Open project: mikebluestein/TalkBot

Méthodes publiques

Méthode Description
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
SpeechItemTableDataSource ( SpeechItemTableController controller ) : System

Method Details

CommitEditingStyle() public méthode

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
Résultat void

GetCell() public méthode

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

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

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

SpeechItemTableDataSource() public méthode

public SpeechItemTableDataSource ( SpeechItemTableController controller ) : System
controller SpeechItemTableController
Résultat System