C# Класс MonoMobile.Forms.Elements.WebImageTableViewCell

Наследование: UITableViewCell, IImageUpdated
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PrepareForReuse ( ) : void
SetImageUrl ( string url ) : void
UpdatedImage ( string url, UIImage image ) : void
WebImageTableViewCell ( UITableViewCellStyle style, NSString key ) : System

Описание методов

PrepareForReuse() публичный Метод

public PrepareForReuse ( ) : void
Результат void

SetImageUrl() публичный Метод

public SetImageUrl ( string url ) : void
url string
Результат void

UpdatedImage() публичный Метод

public UpdatedImage ( string url, UIImage image ) : void
url string
image UIImage
Результат void

WebImageTableViewCell() публичный Метод

public WebImageTableViewCell ( UITableViewCellStyle style, NSString key ) : System
style UITableViewCellStyle
key NSString
Результат System