C# 클래스 MonoMobile.Forms.Elements.WebImageTableViewCell

상속: UITableViewCell, IImageUpdated
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 메소드들

메소드 설명
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