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

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Method Details

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

GetOrCreateCellFor() protected méthode

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Résultat UITableViewCell

Scrolled() public méthode

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
Résultat void

TableSourceCategoryPosts() public méthode

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