C# Class Gtd.Client.Views.Navigation.NavigationView

Afficher le fichier Open project: beingtheworst/btw-gtd Class Usage Examples

Méthodes publiques

Méthode Description
NavigationView ( ) : System
ReloadProjectList ( IList projects ) : void
UpdateInboxNode ( int count ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnSelectNode ( TreeNode node ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

NavigationView() public méthode

public NavigationView ( ) : System
Résultat System

ReloadProjectList() public méthode

public ReloadProjectList ( IList projects ) : void
projects IList
Résultat void

UpdateInboxNode() public méthode

public UpdateInboxNode ( int count ) : void
count int
Résultat void