C# Класс Praeclarum.UI.DocumentThumbnailsViewDataSource

Наследование: UICollectionViewDataSource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
NumberOfSections ( UICollectionView collectionView ) : nint

Приватные методы

Метод Описание
GetAddCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetNotReadyCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetPatronCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetSortCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell

Описание методов

GetCell() публичный Метод

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
Результат UICollectionViewCell

GetItemsCount() публичный Метод

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
Результат nint

NumberOfSections() публичный Метод

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
Результат nint