C# Class MyDriving.iOS.SettingsDetailTableViewSource

Inheritance: UITableViewSource
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
SettingsDetailTableViewSource ( string key, Setting setting ) : System
TitleForHeader ( UITableView tableView, nint section ) : string
WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void

Method Details

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 ) : nint
tableView UITableView
Résultat nint

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, nint section ) : nint
tableview UITableView
section nint
Résultat nint

SettingsDetailTableViewSource() public méthode

public SettingsDetailTableViewSource ( string key, Setting setting ) : System
key string
setting MyDriving.Model.Setting
Résultat System

TitleForHeader() public méthode

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Résultat string

WillDisplayHeaderView() public méthode

public WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void
tableView UITableView
headerView UIView
section nint
Résultat void