C# Класс ArcGISRuntimeXamarin.SearchResultsViewController

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

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

Метод Описание
CreateLists ( ) : void
DidReceiveMemoryWarning ( ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
Search ( string searchText ) : void
SearchResultsViewController ( UIViewController controller, IList categories ) : UIKit
ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool
TitleForFooter ( UITableView tableView, nint section ) : string
TitleForHeader ( UITableView tableView, nint section ) : string
ViewDidLoad ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

public Search ( string searchText ) : void
searchText string
Результат void

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

public SearchResultsViewController ( UIViewController controller, IList categories ) : UIKit
controller UIViewController
categories IList
Результат UIKit

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

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

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

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Результат string

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

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Результат string

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

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