C# Class AVCamBarcode.ItemSelectionViewController

Inheritance: UITableViewController
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
ItemSelectionViewController ( IntPtr handle ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, nint section ) : nint

Private Methods

Méthode Description
Done ( ) : void

Method Details

GetCell() public méthode

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

ItemSelectionViewController() public méthode

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

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