C# Класс XamarinEvolveIOS.LocalUserProfileDataSource

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

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

Метод Описание
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
LocalUserProfileDataSource ( ProfileViewController controller, User profile ) : System
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableView, int section ) : int

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

Метод Описание
GetCellSectionOne ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellSectionThree ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellSectionTwo ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
PostNewAvatar ( UIImage image ) : void

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

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

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

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

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

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

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

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

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

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

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