C# Class JudoPayiOSXamarinSampleApp.MainMenuSource

Inheritance: UITableViewSource
显示文件 Open project: MikeCodesDotNet/Beer-Drinkin Class Usage Examples

Public Methods

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

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

GetTableHeight() public method

public GetTableHeight ( ) : float
return float

MainMenuSource() public method

public MainMenuSource ( Action>.Dictionary buttonDictionary ) : System
buttonDictionary Action>.Dictionary
return System

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

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