C# Класс Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseCollectionViewSource

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

Открытые свойства

Свойство Тип Описание
UnknownCellIdentifier NSString

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

Метод Описание
CellDisplayingEnded ( UICollectionView collectionView, UICollectionViewCell cell, NSIndexPath indexPath ) : void
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
NumberOfSections ( UICollectionView collectionView ) : nint
ReloadData ( ) : void

Защищенные методы

Метод Описание
GetItemAt ( NSIndexPath indexPath ) : object
GetOrCreateCellFor ( UICollectionView collectionView, NSIndexPath indexPath, object item ) : UICollectionViewCell
MvxBaseCollectionViewSource ( UICollectionView collectionView ) : System
MvxBaseCollectionViewSource ( UICollectionView collectionView, NSString cellIdentifier ) : System

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

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

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

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

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

GetItemAt() защищенный абстрактный Метод

protected abstract GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
Результат object

GetOrCreateCellFor() защищенный Метод

protected GetOrCreateCellFor ( UICollectionView collectionView, NSIndexPath indexPath, object item ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
item object
Результат UICollectionViewCell

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

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

MvxBaseCollectionViewSource() защищенный Метод

protected MvxBaseCollectionViewSource ( UICollectionView collectionView ) : System
collectionView UICollectionView
Результат System

MvxBaseCollectionViewSource() защищенный Метод

protected MvxBaseCollectionViewSource ( UICollectionView collectionView, NSString cellIdentifier ) : System
collectionView UICollectionView
cellIdentifier NSString
Результат System

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

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

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

public ReloadData ( ) : void
Результат void

Описание свойств

UnknownCellIdentifier публичное статическое свойство

public static NSString UnknownCellIdentifier
Результат NSString