C# Класс CandySearch.CandyTableViewController

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

Private Properties

Свойство Тип Описание
FilterContent void
GoToSearch void
ReleaseDesignerOutlets void
ShouldReloadForSearchScope bool
ShouldReloadForSearchString bool

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

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

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

Метод Описание
FilterContent ( string searchText, string scope ) : void
GoToSearch ( UIBarButtonItem sender ) : void
ReleaseDesignerOutlets ( ) : void
ShouldReloadForSearchScope ( UISearchDisplayController controller, int searchOption ) : bool
ShouldReloadForSearchString ( UISearchDisplayController controller, string searchText ) : bool

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

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

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

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

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

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

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

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

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