C# Class BeerDrinkin.iOS.DiscoverUsersViewController

Inheritance: UITableViewController
Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin

Méthodes publiques

Méthode Description
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
DiscoverUsersViewController ( IntPtr handle ) : Foundation
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowsInSection ( UITableView tableView, nint section ) : nint

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

CanEditRow() public méthode

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
Résultat bool

DiscoverUsersViewController() public méthode

public DiscoverUsersViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
Résultat Foundation

GetCell() public méthode

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

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

RowsInSection() public méthode

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