C# Class ArcGISRuntimeXamarin.SearchResultsViewController

Inheritance: UITableViewController
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CreateLists ( ) : void
Résultat void

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Résultat nint

Search() public méthode

public Search ( string searchText ) : void
searchText string
Résultat void

SearchResultsViewController() public méthode

public SearchResultsViewController ( UIViewController controller, IList categories ) : UIKit
controller UIViewController
categories IList
Résultat UIKit

ShouldHighlightRow() public méthode

public ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool
tableView UITableView
rowIndexPath NSIndexPath
Résultat bool

TitleForFooter() public méthode

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Résultat string

TitleForHeader() public méthode

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Résultat string

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void