C# Class PluralsightDownloader.Controls.CourseTree

Afficher le fichier Open project: bogusgithubuser/PluralsightDownloader

Méthodes publiques

Méthode Description
Clear ( ) : void
CourseTree ( ) : System.Windows.Forms
DisplayCourse ( Course course ) : void
GetSelected ( ) : Entity
IsAnySelected ( ) : bool

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.

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CourseTree() public méthode

public CourseTree ( ) : System.Windows.Forms
Résultat System.Windows.Forms

DisplayCourse() public méthode

public DisplayCourse ( Course course ) : void
course Course
Résultat void

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

GetSelected() public méthode

public GetSelected ( ) : Entity
Résultat Entity

IsAnySelected() public méthode

public IsAnySelected ( ) : bool
Résultat bool