C# Class Praeclarum.UI.DocumentListViewSource

Inheritance: UITableViewSource
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Private Properties

Свойство Type Description
GetNotReadyCell UITableViewCell

Méthodes publiques

Méthode Description
DocumentListViewSource ( DocumentListView controller ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint

Private Methods

Méthode Description
GetNotReadyCell ( UITableView tableView ) : UITableViewCell

Method Details

DocumentListViewSource() public méthode

public DocumentListViewSource ( DocumentListView controller ) : System
controller DocumentListView
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

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

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