C# Class MonoTouch.Dialog.AddOn.TableViewCell

Inheritance: UITableViewCell
显示文件 Open project: benhorgen/dotDialog Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Draw() public method

public Draw ( RectangleF rect ) : void
rect RectangleF
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

SetHighlighted() public method

public SetHighlighted ( bool highlighted, bool animated ) : void
highlighted bool
animated bool
return void

TableViewCell() public method

public TableViewCell ( ) : System
return System

TableViewCell() public method

public TableViewCell ( IntPtr handle ) : System
handle IntPtr
return System

TableViewCell() public method

public TableViewCell ( NSCoder coder ) : System
coder NSCoder
return System

TableViewCell() public method

public TableViewCell ( NSObjectFlag t ) : System
t NSObjectFlag
return System

TableViewCell() public method

public TableViewCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
style UITableViewCellStyle
reuseIdentifier string
return System

UrlImageUpdated() public method

public UrlImageUpdated ( string id ) : void
id string
return void