C# 클래스 EventApp.Views.LocationListViewController

상속: AbstractViewController
파일 보기 프로젝트 열기: BobStolk/EventApp

공개 프로퍼티들

프로퍼티 타입 설명
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[]