C# Класс EventApp.Views.SpeakerListViewController

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetCell UICollectionViewCell
GetItemsCount int
GetSizeForItem SizeF
ItemDeselected void
ItemSelected void
NumberOfSections int
ReleaseDesignerOutlets void

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

Метод Описание
DidReceiveMemoryWarning ( ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
SpeakerListViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

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

Метод Описание
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, int section ) : int
GetSizeForItem ( UICollectionView collectionView, UICollectionViewLayout layout, NSIndexPath indexPath ) : SizeF
ItemDeselected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
NumberOfSections ( UICollectionView collectionView ) : int
ReleaseDesignerOutlets ( ) : void

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

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

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

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

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Результат void

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

public SpeakerListViewController ( IntPtr handle ) : System
handle IntPtr
Результат System

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

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