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

Inheritance: IMvxLayoutListItemViewFactory
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
BuildView ( NSIndexPath indexPath, object item, string cellId ) : UITableViewCell

Protected Methods

Method Description
GetBindingDescriptions ( ) : IEnumerable
GetCellStyle ( ) : UITableViewCellStyle

Private Methods

Method Description
CreateBindingDescriptions ( ) : IEnumerable

Method Details

BuildView() public method

public BuildView ( NSIndexPath indexPath, object item, string cellId ) : UITableViewCell
indexPath NSIndexPath
item object
cellId string
return UITableViewCell

GetBindingDescriptions() protected method

protected GetBindingDescriptions ( ) : IEnumerable
return IEnumerable

GetCellStyle() protected method

protected GetCellStyle ( ) : UITableViewCellStyle
return UITableViewCellStyle