C# 클래스 Cirrious.MvvmCross.AutoView.Touch.Views.Lists.GeneralTableViewCell

상속: Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseBindableTableViewCell
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
ImageHelperOnImageChanged ( object sender, MvxValueEventArgs mvxValueEventArgs ) : void
InitializeImageHelper ( ) : void

메소드 상세

Dispose() 보호된 메소드

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

GeneralTableViewCell() 공개 메소드

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

GeneralTableViewCell() 공개 메소드

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

GeneralTableViewCell() 공개 메소드

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

GeneralTableViewCell() 공개 메소드

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

GeneralTableViewCell() 공개 메소드

public GeneralTableViewCell ( 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