C# Class EventApp.Views.EventSelectViewController

Mostra file Open project: BobStolk/EventApp

Public Properties

Property Type Description
DismissAction Action
selectedIndexPath NSIndexPath

Private Properties

Property Type Description
GetCell UITableViewCell
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int

Public Methods

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

Private Methods

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

public DidReceiveMemoryWarning ( ) : void
return void

DismissView() public method

public DismissView ( object s, EventArgs e ) : void
s object
e EventArgs
return void

EventSelectViewController() public method

public EventSelectViewController ( IntPtr handle ) : System
handle IntPtr
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

DismissAction public_oe property

public Action DismissAction
return Action

selectedIndexPath public_oe property

public NSIndexPath selectedIndexPath
return NSIndexPath