C# 클래스 FSoft.WordApp.IOS.Views.TableSourceCategoryPosts

상속: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

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