C# Класс MyDriving.iOS.TripsTableViewController

Показать файл Открыть проект

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

Метод Описание
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
TripsTableViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

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

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

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

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

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

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

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

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

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

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Результат void

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

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

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

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

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

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