C# Class xamarin_sample.OptionsViewControllerSource

Inheritance: UITableViewSource
Afficher le fichier Open project: phatware/WritePadSDK

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
OptionsViewControllerSource ( ) : System
RowsInSection ( UITableView tableview, nint section ) : nint
TitleForFooter ( UITableView tableView, nint section ) : string
TitleForHeader ( UITableView tableView, nint section ) : string

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

OptionsViewControllerSource() public méthode

public OptionsViewControllerSource ( ) : System
Résultat System

RowsInSection() public méthode

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

TitleForFooter() public méthode

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

TitleForHeader() public méthode

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