C# Class PluralsightDownloader.Controls.CourseTree

Exibir arquivo Open project: bogusgithubuser/PluralsightDownloader

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Clear() public method

public Clear ( ) : void
return void

CourseTree() public method

public CourseTree ( ) : System.Windows.Forms
return System.Windows.Forms

DisplayCourse() public method

public DisplayCourse ( Course course ) : void
course Course
return void

Dispose() protected method

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

GetSelected() public method

public GetSelected ( ) : Entity
return Entity

IsAnySelected() public method

public IsAnySelected ( ) : bool
return bool