C# Class MonoMobile.Forms.Elements.WebImageTableViewCell

Inheritance: UITableViewCell, IImageUpdated
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Méthode Description
PrepareForReuse ( ) : void
SetImageUrl ( string url ) : void
UpdatedImage ( string url, UIImage image ) : void
WebImageTableViewCell ( UITableViewCellStyle style, NSString key ) : System

Method Details

PrepareForReuse() public méthode

public PrepareForReuse ( ) : void
Résultat void

SetImageUrl() public méthode

public SetImageUrl ( string url ) : void
url string
Résultat void

UpdatedImage() public méthode

public UpdatedImage ( string url, UIImage image ) : void
url string
image UIImage
Résultat void

WebImageTableViewCell() public méthode

public WebImageTableViewCell ( UITableViewCellStyle style, NSString key ) : System
style UITableViewCellStyle
key NSString
Résultat System