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

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

공개 메소드들

메소드 설명
MvxStandardTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
MvxStandardTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxStandardTableViewCell ( IntPtr handle ) : System
MvxStandardTableViewCell ( string bindingText, IntPtr handle ) : System
MvxStandardTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
SetSelected ( bool selected, bool animated ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeImageLoader ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MvxStandardTableViewCell() 공개 메소드

public MvxStandardTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
bindingDescriptions IEnumerable
handle System.IntPtr
리턴 System

MvxStandardTableViewCell() 공개 메소드

public MvxStandardTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
bindingDescriptions IEnumerable
cellStyle UITableViewCellStyle
cellIdentifier NSString
tableViewCellAccessory UITableViewCellAccessory
리턴 System

MvxStandardTableViewCell() 공개 메소드

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

MvxStandardTableViewCell() 공개 메소드

public MvxStandardTableViewCell ( string bindingText, IntPtr handle ) : System
bindingText string
handle System.IntPtr
리턴 System

MvxStandardTableViewCell() 공개 메소드

public MvxStandardTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
bindingText string
cellStyle UITableViewCellStyle
cellIdentifier NSString
tableViewCellAccessory UITableViewCellAccessory
리턴 System

SetSelected() 공개 메소드

public SetSelected ( bool selected, bool animated ) : void
selected bool
animated bool
리턴 void