C# Class iOSTunez.ArtistsDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: alanmcgovern/tunez

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ArtistsDataSource ( Catalog catalog ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
SectionIndexTitles ( UITableView tableView ) : string[]
TitleForHeader ( UITableView tableView, nint section ) : string

Method Details

ArtistsDataSource() public méthode

public ArtistsDataSource ( Catalog catalog ) : System
catalog Catalog
Résultat System

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

RowsInSection() public méthode

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

SectionIndexTitles() public méthode

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
Résultat string[]

TitleForHeader() public méthode

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