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

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

공개 메소드들

메소드 설명
MvxActionBasedTableViewSource ( IntPtr handle ) : System
MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory ) : System
MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

GetOrCreateCellFor() 보호된 메소드

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

MvxActionBasedTableViewSource() 공개 메소드

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

MvxActionBasedTableViewSource() 보호된 메소드

protected MvxActionBasedTableViewSource ( UITableView tableView ) : System
tableView UITableView
리턴 System

MvxActionBasedTableViewSource() 공개 메소드

public MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
descriptions IEnumerable
tableViewCellAccessory UITableViewCellAccessory
리턴 System

MvxActionBasedTableViewSource() 공개 메소드

public MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
bindingText string
tableViewCellAccessory UITableViewCellAccessory
리턴 System