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