C# Class JudoPayiOSXamarinSampleApp.MainMenuSource

Inheritance: UITableViewSource
Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin Class Usage Examples

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
GetTableHeight ( ) : float
MainMenuSource ( Action>.Dictionary buttonDictionary ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint

Method Details

GetCell() public méthode

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

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

GetTableHeight() public méthode

public GetTableHeight ( ) : float
Résultat float

MainMenuSource() public méthode

public MainMenuSource ( Action>.Dictionary buttonDictionary ) : System
buttonDictionary Action>.Dictionary
Résultat System

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