C# 클래스 MvvmCross.Binding.tvOS.Views.MvxSimpleTableViewSource

상속: MvxTableViewSource
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxSimpleTableViewSource ( IntPtr handle ) : System
MvxSimpleTableViewSource ( UITableView tableView, Type cellType, string cellIdentifier = null ) : System
MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System

보호된 메소드들

메소드 설명
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

메소드 상세

GetOrCreateCellFor() 보호된 메소드

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

MvxSimpleTableViewSource() 공개 메소드

public MvxSimpleTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

MvxSimpleTableViewSource() 공개 메소드

public MvxSimpleTableViewSource ( UITableView tableView, Type cellType, string cellIdentifier = null ) : System
tableView UITableView
cellType System.Type
cellIdentifier string
리턴 System

MvxSimpleTableViewSource() 공개 메소드

public MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System
tableView UITableView
nibName string
cellIdentifier string
bundle NSBundle
리턴 System