C# Класс FSoft.WordApp.IOS.Views.TableSourceCategoryPosts

Наследование: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
Scrolled ( UIScrollView scrollView ) : void
TableSourceCategoryPosts ( UITableView tableView, CatalogNewsViewModel _CatalogNewsViewModel ) : System

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

Метод Описание
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

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

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

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Результат nfloat

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

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Результат UITableViewCell

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

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
Результат void

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

public TableSourceCategoryPosts ( UITableView tableView, CatalogNewsViewModel _CatalogNewsViewModel ) : System
tableView UITableView
_CatalogNewsViewModel FSoft.WordApp.Core.ViewModels.CatalogNewsViewModel
Результат System