C# Класс MvvmCross.AutoView.iOS.Views.Lists.GeneralListItemViewFactory

Наследование: IMvxLayoutListItemViewFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
BuildView ( NSIndexPath indexPath, object item, string cellId ) : UITableViewCell

Защищенные методы

Метод Описание
GetBindingDescriptions ( ) : IEnumerable
GetCellStyle ( ) : UITableViewCellStyle

Приватные методы

Метод Описание
CreateBindingDescriptions ( ) : IEnumerable

Описание методов

BuildView() публичный Метод

public BuildView ( NSIndexPath indexPath, object item, string cellId ) : UITableViewCell
indexPath NSIndexPath
item object
cellId string
Результат UITableViewCell

GetBindingDescriptions() защищенный Метод

protected GetBindingDescriptions ( ) : IEnumerable
Результат IEnumerable

GetCellStyle() защищенный Метод

protected GetCellStyle ( ) : UITableViewCellStyle
Результат UITableViewCellStyle