C# Class AutoCompleteDemo.AutoCompleteTableSource

Inheritance: UITableViewSource
Afficher le fichier Open project: LucasMoffitt/Monotouch-AutoCompleteDemo

Protected Properties

Свойство Type Description
cellIdentifier string
suggestions string[]

Méthodes publiques

Méthode Description
AutoCompleteTableSource ( string suggestions, AutoCompleteDemoViewController controllerContext ) : System
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int

Method Details

AutoCompleteTableSource() public méthode

public AutoCompleteTableSource ( string suggestions, AutoCompleteDemoViewController controllerContext ) : System
suggestions string
controllerContext AutoCompleteDemoViewController
Résultat System

GetCell() public méthode

public GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
tableView UITableView
indexPath MonoTouch
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

Property Details

cellIdentifier protected_oe property

protected string cellIdentifier
Résultat string

suggestions protected_oe property

protected string[] suggestions
Résultat string[]