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

상속: UITableViewCell, IMvxBindable
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxTableViewCell ( ) : System
MvxTableViewCell ( IEnumerable bindingDescriptions ) : System
MvxTableViewCell ( IEnumerable bindingDescriptions, CGRect frame ) : System
MvxTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
MvxTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxTableViewCell ( IntPtr handle ) : System
MvxTableViewCell ( string bindingText ) : System
MvxTableViewCell ( string bindingText, CGRect frame ) : System
MvxTableViewCell ( string bindingText, IntPtr handle ) : System
MvxTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System

보호된 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

MvxTableViewCell() 공개 메소드

public MvxTableViewCell ( ) : System
리턴 System

MvxTableViewCell() 공개 메소드

public MvxTableViewCell ( IEnumerable bindingDescriptions ) : System
bindingDescriptions IEnumerable
리턴 System

MvxTableViewCell() 공개 메소드

public MvxTableViewCell ( IEnumerable bindingDescriptions, CGRect frame ) : System
bindingDescriptions IEnumerable
frame CGRect
리턴 System

MvxTableViewCell() 공개 메소드

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

MvxTableViewCell() 공개 메소드

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

MvxTableViewCell() 공개 메소드

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

MvxTableViewCell() 공개 메소드

public MvxTableViewCell ( string bindingText ) : System
bindingText string
리턴 System

MvxTableViewCell() 공개 메소드

public MvxTableViewCell ( string bindingText, CGRect frame ) : System
bindingText string
frame CGRect
리턴 System

MvxTableViewCell() 공개 메소드

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

MvxTableViewCell() 공개 메소드

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