C# Class MonoTouch.Dialog.AddOn.TableViewCell

Inheritance: UITableViewCell
Afficher le fichier Open project: benhorgen/dotDialog Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect RectangleF
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

SetHighlighted() public méthode

public SetHighlighted ( bool highlighted, bool animated ) : void
highlighted bool
animated bool
Résultat void

TableViewCell() public méthode

public TableViewCell ( ) : System
Résultat System

TableViewCell() public méthode

public TableViewCell ( IntPtr handle ) : System
handle IntPtr
Résultat System

TableViewCell() public méthode

public TableViewCell ( NSCoder coder ) : System
coder NSCoder
Résultat System

TableViewCell() public méthode

public TableViewCell ( NSObjectFlag t ) : System
t NSObjectFlag
Résultat System

TableViewCell() public méthode

public TableViewCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
style UITableViewCellStyle
reuseIdentifier string
Résultat System

UrlImageUpdated() public méthode

public UrlImageUpdated ( string id ) : void
id string
Résultat void