C# Класс XamarinDemo.XamarinDemoViewController

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

Private Properties

Свойство Тип Описание
ConfigureCell void
DeleteCell void
DidSelectRowAtIndexPath void
DidSwipeWithPercentage void
HeightForRowAtIndexPath float
ReleaseDesignerOutlets void
Reload void
SwipeTableViewCellDidEndSwiping void
SwipeTableViewCellDidStartSwiping void
ViewWithImageName UIView

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

Метод Описание
DidReceiveMemoryWarning ( ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int
ViewDidLoad ( ) : void
XamarinDemoViewController ( ) : System

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

Метод Описание
ConfigureCell ( MCSwipeTableViewCell cell, NSIndexPath indexPath ) : void
DeleteCell ( MCSwipeTableViewCell cell ) : void
DidSelectRowAtIndexPath ( UITableView tableView, NSIndexPath indexPath ) : void
DidSwipeWithPercentage ( MCSwipeTableViewCell cell, float percentage ) : void
HeightForRowAtIndexPath ( UITableView tableView, NSIndexPath indexPath ) : float
ReleaseDesignerOutlets ( ) : void
Reload ( object sender, System eventArgs ) : void
SwipeTableViewCellDidEndSwiping ( MCSwipeTableViewCell cell ) : void
SwipeTableViewCellDidStartSwiping ( MCSwipeTableViewCell cell ) : void
ViewWithImageName ( string imageName ) : UIView

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

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

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

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

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

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

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

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

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

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

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

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

public XamarinDemoViewController ( ) : System
Результат System