C# Класс XamarinEvolveIOS.LocalUserProfileDelegate

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

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

Метод Описание
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
GetHeightForFooter ( UITableView tableView, int section ) : float
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
GetViewForFooter ( UITableView tableView, int section ) : UIView
HideButtons ( bool hide ) : void
LocalUserProfileDelegate ( ProfileViewController controller, User profile ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
ShouldIndentWhileEditing ( UITableView tableView, NSIndexPath indexPath ) : bool

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

Метод Описание
OnAddContact ( object sender, EventArgs e ) : void
OnDeleteUser ( object sender, EventArgs e ) : void
OnLogout ( object sender, EventArgs e ) : void

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

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

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

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

public GetHeightForFooter ( UITableView tableView, int section ) : float
tableView UITableView
section int
Результат float

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

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

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

public GetViewForFooter ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
Результат UIView

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

public HideButtons ( bool hide ) : void
hide bool
Результат void

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

public LocalUserProfileDelegate ( ProfileViewController controller, User profile ) : System
controller ProfileViewController
profile XamarinEvolveSSLibrary.User
Результат System

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

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

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

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