C# Class FSoft.WordApp.IOS.Views.TableSourceCategoryPosts

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
Mostra file Open project: fpt-software/Wordpress-Client Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
Scrolled ( UIScrollView scrollView ) : void
TableSourceCategoryPosts ( UITableView tableView, CatalogNewsViewModel _CatalogNewsViewModel ) : System

Protected Methods

Method Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Method Details

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

GetOrCreateCellFor() protected method

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
return UITableViewCell

Scrolled() public method

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
return void

TableSourceCategoryPosts() public method

public TableSourceCategoryPosts ( UITableView tableView, CatalogNewsViewModel _CatalogNewsViewModel ) : System
tableView UITableView
_CatalogNewsViewModel FSoft.WordApp.Core.ViewModels.CatalogNewsViewModel
return System