C# Class EventApp.Views.LocationListViewController

Inheritance: AbstractViewController
Afficher le fichier Open project: BobStolk/EventApp

Méthodes publiques

Свойство Type Description
Locations EventApp.Common.Location[]

Private Properties

Свойство Type Description
GetCell UICollectionViewCell
GetItemsCount int
GetSizeForItem System.Drawing.SizeF
ItemDeselected void
ItemSelected void
NumberOfSections int
ReleaseDesignerOutlets void

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

LocationListViewController() public méthode

public LocationListViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

Locations public_oe property

public Location[],EventApp.Common Locations
Résultat EventApp.Common.Location[]