C# Class MonoMobile.Forms.Elements.WebImageTableViewCell

Inheritance: UITableViewCell, IImageUpdated
ファイルを表示 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Methods

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

Method Details

PrepareForReuse() public method

public PrepareForReuse ( ) : void
return void

SetImageUrl() public method

public SetImageUrl ( string url ) : void
url string
return void

UpdatedImage() public method

public UpdatedImage ( string url, UIImage image ) : void
url string
image UIImage
return void

WebImageTableViewCell() public method

public WebImageTableViewCell ( UITableViewCellStyle style, NSString key ) : System
style UITableViewCellStyle
key NSString
return System