C# Class Praeclarum.UI.DocumentThumbnailsViewDataSource

Inheritance: UICollectionViewDataSource
Exibir arquivo Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method Description
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
NumberOfSections ( UICollectionView collectionView ) : nint

Private Methods

Method Description
GetAddCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetNotReadyCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetPatronCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetSortCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell

Method Details

GetCell() public method

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
return UICollectionViewCell

GetItemsCount() public method

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
return nint

NumberOfSections() public method

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
return nint