C# Class FlexGridSample.MainMenuTableViewController

Inheritance: UITableViewController
Afficher le fichier Open project: GoXuni/Xamarin.iOS-Samples

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MainMenuTableViewController ( IntPtr handle ) : Foundation
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
ViewDidLoad ( ) : void

Private Methods

Méthode Description
GetBytes ( string str ) : byte[]
ReleaseDesignerOutlets ( ) : void

Method Details

GetCell() public méthode

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

MainMenuTableViewController() public méthode

public MainMenuTableViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
Résultat Foundation

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void