C# Class MyDriving.iOS.ProfileTableViewController

Inheritance: UITableViewController
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
ProfileTableViewController ( IntPtr handle ) : Foundation
RowsInSection ( UITableView tableView, nint section ) : nint
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
UpdateUI ( ) : void

Method Details

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

ProfileTableViewController() public méthode

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

RowsInSection() public méthode

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

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void