C# Класс FlexGridSample.MainMenuTableViewController

Наследование: UITableViewController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetBytes ( string str ) : byte[]
ReleaseDesignerOutlets ( ) : void

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

MainMenuTableViewController() публичный Метод

public MainMenuTableViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
Результат Foundation

NumberOfSections() публичный Метод

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

RowSelected() публичный Метод

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
Результат nint

ViewDidLoad() публичный Метод

public ViewDidLoad ( ) : void
Результат void