C# Class iOSTunez.ArtistsDataSource

Inheritance: UITableViewDataSource
Mostra file Open project: alanmcgovern/tunez

Private Properties

Property Type Description

Public Methods

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

public ArtistsDataSource ( Catalog catalog ) : System
catalog Catalog
return System

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

RowsInSection() public method

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

SectionIndexTitles() public method

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
return string[]

TitleForHeader() public method

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