C# Класс BeerDrinkin.iOS.DiscoverUsersViewController

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

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

Метод Описание
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
DiscoverUsersViewController ( IntPtr handle ) : Foundation
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowsInSection ( UITableView tableView, nint section ) : nint

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

Метод Описание
ReleaseDesignerOutlets ( ) : void

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

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

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

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

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

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

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

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

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

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

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