C# Class ArcGISRuntimeXamarin.SearchResultsViewController

Inheritance: UITableViewController
Mostrar archivo Open project: Esri/arcgis-runtime-samples-dotnet Class Usage Examples

Public Methods

Method Description
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

Method Details

CreateLists() public method

public CreateLists ( ) : void
return void

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint

Search() public method

public Search ( string searchText ) : void
searchText string
return void

SearchResultsViewController() public method

public SearchResultsViewController ( UIViewController controller, IList categories ) : UIKit
controller UIViewController
categories IList
return UIKit

ShouldHighlightRow() public method

public ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool
tableView UITableView
rowIndexPath NSIndexPath
return bool

TitleForFooter() public method

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
return string

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
return string

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void