C# Class MyDriving.iOS.SettingsDetailTableViewSource

Inheritance: UITableViewSource
Show file Open project: Azure-Samples/MyDriving

Public Methods

Method 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 method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint

SettingsDetailTableViewSource() public method

public SettingsDetailTableViewSource ( string key, Setting setting ) : System
key string
setting MyDriving.Model.Setting
return System

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
return string

WillDisplayHeaderView() public method

public WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void
tableView UITableView
headerView UIView
section nint
return void