C# 클래스 Praeclarum.UI.DocumentThumbnailCell

상속: BaseDocumentThumbnailCell
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
ApplyTheme ( Theme theme ) : void
CreateThumbnailView ( ) : UIView
DocumentThumbnailCell ( IntPtr handle ) : System
RefreshThumbnail ( ) : void
SetDocumentSelected ( bool value, bool animated ) : void

보호된 메소드들

메소드 설명
OnFillContentView ( ) : void

비공개 메소드들

메소드 설명
RefreshThumbnailAsync ( ) : System.Threading.Tasks.Task
SetThumbnail ( UIKit.UIImage thumbImage ) : void

메소드 상세

ApplyTheme() 공개 메소드

public ApplyTheme ( Theme theme ) : void
theme Theme
리턴 void

CreateThumbnailView() 공개 메소드

public CreateThumbnailView ( ) : UIView
리턴 UIView

DocumentThumbnailCell() 공개 메소드

public DocumentThumbnailCell ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

OnFillContentView() 보호된 메소드

protected OnFillContentView ( ) : void
리턴 void

RefreshThumbnail() 공개 메소드

public RefreshThumbnail ( ) : void
리턴 void

SetDocumentSelected() 공개 메소드

public SetDocumentSelected ( bool value, bool animated ) : void
value bool
animated bool
리턴 void