C# 클래스 ArcGISRuntimeXamarin.SearchResultsViewController

상속: UITableViewController
파일 보기 프로젝트 열기: Esri/arcgis-runtime-samples-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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