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

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

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

Свойство Тип Описание
Locations EventApp.Common.Location[]

Private Properties

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

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

Метод Описание
DidReceiveMemoryWarning ( ) : void
LocationListViewController ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
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

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

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

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

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

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

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

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

Locations публичное свойство

public Location[],EventApp.Common Locations
Результат EventApp.Common.Location[]