C# 클래스 MvvmCross.AutoView.iOS.Views.Lists.GeneralTableViewSource

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

공개 메소드들

메소드 설명
GeneralTableViewSource ( IntPtr handle ) : System
GeneralTableViewSource ( UITableView tableView, IMvxLayoutListItemViewFactory defaultFactory, IMvxLayoutListItemViewFactory>.Dictionary factories ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetCellIdentifier ( object item ) : string

메소드 상세

GeneralTableViewSource() 공개 메소드

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

GeneralTableViewSource() 공개 메소드

public GeneralTableViewSource ( UITableView tableView, IMvxLayoutListItemViewFactory defaultFactory, IMvxLayoutListItemViewFactory>.Dictionary factories ) : System
tableView UITableView
defaultFactory IMvxLayoutListItemViewFactory
factories IMvxLayoutListItemViewFactory>.Dictionary
리턴 System

GetOrCreateCellFor() 보호된 메소드

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