C# Class EventApp.Views.FilterListViewController

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

Méthodes publiques

Свойство Type Description
DismissAction Action>

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
FilterListViewController ( 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 System.EventArgs
Résultat void

FilterListViewController() public méthode

public FilterListViewController ( IntPtr handle ) : System
handle System.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>