C# Class NDC2010.NDC2010DetailsTableViewSource

Inheritance: UITableViewSource
Afficher le fichier Open project: alexyork/NDC2010

Protected Properties

Свойство Type Description
BaseSize System.Drawing.SizeF

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float
RowsInSection ( UITableView tableView, int section ) : int

Méthodes protégées

Méthode Description
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell
GetFont ( NSIndexPath indexPath ) : UIFont

Method Details

DequeueOrCreateTableCell() protected méthode

protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
cellId string
Résultat UITableViewCell

DequeueOrCreateTableCell() protected méthode

protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
cellId string
style UITableViewCellStyle
clickable bool
Résultat UITableViewCell

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

GetCellHeightForRow() public méthode

public GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float
cellText string
tableView UITableView
indexPath NSIndexPath
Résultat float

GetFont() protected abstract méthode

protected abstract GetFont ( NSIndexPath indexPath ) : UIFont
indexPath NSIndexPath
Résultat UIFont

RowsInSection() public méthode

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

Property Details

BaseSize protected_oe static_oe property

protected static SizeF,System.Drawing BaseSize
Résultat System.Drawing.SizeF