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

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

Méthodes publiques

Méthode Description
BuildView ( NSIndexPath indexPath, object item, string cellId ) : UITableViewCell

Méthodes protégées

Méthode Description
GetBindingDescriptions ( ) : IEnumerable
GetCellStyle ( ) : UITableViewCellStyle

Private Methods

Méthode Description
CreateBindingDescriptions ( ) : IEnumerable

Method Details

BuildView() public méthode

public BuildView ( NSIndexPath indexPath, object item, string cellId ) : UITableViewCell
indexPath NSIndexPath
item object
cellId string
Résultat UITableViewCell

GetBindingDescriptions() protected méthode

protected GetBindingDescriptions ( ) : IEnumerable
Résultat IEnumerable

GetCellStyle() protected méthode

protected GetCellStyle ( ) : UITableViewCellStyle
Résultat UITableViewCellStyle