C# Класс MonoMobile.Views.ViewSource

Наследование: BaseDialogViewSource, IActivation
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Activated ( ) : void
Deactivated ( ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int sectionIndex ) : int
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
ViewSource ( DialogViewController controller ) : System
ViewSource ( DialogViewController controller, string title ) : System
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

Защищенные методы

Метод Описание
NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell

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

Метод Описание
PerformActionIfCellListElement ( UITableViewCell cell, NSIndexPath indexPath, Action action ) : bool

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

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

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

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

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

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

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

NewCell() защищенный Метод

protected NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
cellId NSString
indexPath NSIndexPath
Результат UITableViewCell

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

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

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

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

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

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

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

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
Результат void

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

public ViewSource ( DialogViewController controller ) : System
controller DialogViewController
Результат System

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

public ViewSource ( DialogViewController controller, string title ) : System
controller DialogViewController
title string
Результат System

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

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