C# Class EventApp.Views.EventSelectViewController

Afficher le fichier Open project: BobStolk/EventApp

Méthodes publiques

Свойство Type Description
DismissAction Action
selectedIndexPath NSIndexPath

Private Properties

Свойство Type Description
GetCell UITableViewCell
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
DismissView ( object s, EventArgs e ) : void
EventSelectViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
ReleaseDesignerOutlets ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

DismissView() public méthode

public DismissView ( object s, EventArgs e ) : void
s object
e EventArgs
Résultat void

EventSelectViewController() public méthode

public EventSelectViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

DismissAction public_oe property

public Action DismissAction
Résultat Action

selectedIndexPath public_oe property

public NSIndexPath selectedIndexPath
Résultat NSIndexPath