C# Class CandySearch.CandyTableViewController

Afficher le fichier Open project: beginor/practice

Private Properties

Свойство Type Description
FilterContent void
GoToSearch void
ReleaseDesignerOutlets void
ShouldReloadForSearchScope bool
ShouldReloadForSearchString bool

Méthodes publiques

Méthode Description
CandyTableViewController ( IntPtr handle ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, int section ) : int
ViewDidLoad ( ) : void

Private Methods

Méthode Description
FilterContent ( string searchText, string scope ) : void
GoToSearch ( UIBarButtonItem sender ) : void
ReleaseDesignerOutlets ( ) : void
ShouldReloadForSearchScope ( UISearchDisplayController controller, int searchOption ) : bool
ShouldReloadForSearchString ( UISearchDisplayController controller, string searchText ) : bool

Method Details

CandyTableViewController() public méthode

public CandyTableViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

GetCell() public méthode

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

RowsInSection() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void