C# Class Praeclarum.UI.DirectoryThumbnailCell

Inheritance: BaseDocumentThumbnailCell
Exibir arquivo Open project: praeclarum/Praeclarum

Public Methods

Method Description
ApplyTheme ( Theme theme ) : void
CreateThumbnailView ( ) : UIView
DirectoryThumbnailCell ( IntPtr handle ) : System
SetDocumentSelected ( bool value, bool animated ) : void

Protected Methods

Method Description
OnFillContentView ( ) : void

Private Methods

Method Description
GetThumbnail ( DocumentReference doc, Theme theme ) : Task
RefreshThumbnails ( ) : System.Threading.Tasks.Task
SetThumbnails ( UIKit.UIImage thumbnailImages ) : void

Method Details

ApplyTheme() public method

public ApplyTheme ( Theme theme ) : void
theme Theme
return void

CreateThumbnailView() public method

public CreateThumbnailView ( ) : UIView
return UIView

DirectoryThumbnailCell() public method

public DirectoryThumbnailCell ( IntPtr handle ) : System
handle System.IntPtr
return System

OnFillContentView() protected method

protected OnFillContentView ( ) : void
return void

SetDocumentSelected() public method

public SetDocumentSelected ( bool value, bool animated ) : void
value bool
animated bool
return void