C# Class iOSTunez.AlbumsDataSource

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AlbumsDataSource ( Artist artist ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint

Method Details

AlbumsDataSource() public méthode

public AlbumsDataSource ( Artist artist ) : System
artist Artist
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