C# 클래스 FSoft.WordApp.IOS.Views.MvxMDTableViewCell

상속: MDTableViewCell, IMvxBindable
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client

공개 메소드들

메소드 설명
MvxMDTableViewCell ( ) : System
MvxMDTableViewCell ( IEnumerable bindingDescriptions ) : System
MvxMDTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
MvxMDTableViewCell ( IntPtr handle ) : System
MvxMDTableViewCell ( string bindingText ) : System
MvxMDTableViewCell ( string bindingText, IntPtr handle ) : System

보호된 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

MvxMDTableViewCell() 공개 메소드

public MvxMDTableViewCell ( ) : System
리턴 System

MvxMDTableViewCell() 공개 메소드

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

MvxMDTableViewCell() 공개 메소드

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

MvxMDTableViewCell() 공개 메소드

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

MvxMDTableViewCell() 공개 메소드

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

MvxMDTableViewCell() 공개 메소드

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