C# Class EventApp.Views.LocationListViewController

Inheritance: AbstractViewController
Mostra file Open project: BobStolk/EventApp

Public Properties

Property Type Description
Locations EventApp.Common.Location[]

Private Properties

Property Type Description
GetCell UICollectionViewCell
GetItemsCount int
GetSizeForItem System.Drawing.SizeF
ItemDeselected void
ItemSelected void
NumberOfSections int
ReleaseDesignerOutlets void

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
LocationListViewController ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
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

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

LocationListViewController() public method

public LocationListViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

Locations public_oe property

public Location[],EventApp.Common Locations
return EventApp.Common.Location[]