C# 클래스 MonoTouch.Dialog.AddOn.TableViewCell

상속: UITableViewCell
파일 보기 프로젝트 열기: benhorgen/dotDialog 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( RectangleF rect ) : void
LayoutSubviews ( ) : void
SetHighlighted ( bool highlighted, bool animated ) : void
TableViewCell ( ) : System
TableViewCell ( IntPtr handle ) : System
TableViewCell ( NSCoder coder ) : System
TableViewCell ( NSObjectFlag t ) : System
TableViewCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
UrlImageUpdated ( string id ) : void

보호된 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect RectangleF
리턴 void

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

SetHighlighted() 공개 메소드

public SetHighlighted ( bool highlighted, bool animated ) : void
highlighted bool
animated bool
리턴 void

TableViewCell() 공개 메소드

public TableViewCell ( ) : System
리턴 System

TableViewCell() 공개 메소드

public TableViewCell ( IntPtr handle ) : System
handle IntPtr
리턴 System

TableViewCell() 공개 메소드

public TableViewCell ( NSCoder coder ) : System
coder NSCoder
리턴 System

TableViewCell() 공개 메소드

public TableViewCell ( NSObjectFlag t ) : System
t NSObjectFlag
리턴 System

TableViewCell() 공개 메소드

public TableViewCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
style UITableViewCellStyle
reuseIdentifier string
리턴 System

UrlImageUpdated() 공개 메소드

public UrlImageUpdated ( string id ) : void
id string
리턴 void