C# Class MvvmCross.AutoView.iOS.Views.Lists.GeneralTableViewSource

Inheritance: MvxTableViewSource
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
GeneralTableViewSource ( IntPtr handle ) : System
GeneralTableViewSource ( UITableView tableView, IMvxLayoutListItemViewFactory defaultFactory, IMvxLayoutListItemViewFactory>.Dictionary factories ) : System

Méthodes protégées

Méthode Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Private Methods

Méthode Description
GetCellIdentifier ( object item ) : string

Method Details

GeneralTableViewSource() public méthode

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

GeneralTableViewSource() public méthode

public GeneralTableViewSource ( UITableView tableView, IMvxLayoutListItemViewFactory defaultFactory, IMvxLayoutListItemViewFactory>.Dictionary factories ) : System
tableView UITableView
defaultFactory IMvxLayoutListItemViewFactory
factories IMvxLayoutListItemViewFactory>.Dictionary
Résultat System

GetOrCreateCellFor() protected méthode

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Résultat UITableViewCell