C# Class Praeclarum.UI.DocumentThumbnailsViewDataSource

Inheritance: UICollectionViewDataSource
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode Description
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
NumberOfSections ( UICollectionView collectionView ) : nint

Private Methods

Méthode 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 méthode

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
Résultat UICollectionViewCell

GetItemsCount() public méthode

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
Résultat nint

NumberOfSections() public méthode

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
Résultat nint