C# Class NuGet.Dialog.FolderNode

Inheritance: NuGet.Dialog.ProjectNodeBase
Exibir arquivo Open project: monoman/NugetCracker

Public Methods

Method Description
FolderNode ( string name, ICollection children ) : System
GetSelectedProjects ( ) : IEnumerable

Protected Methods

Method Description
OnSelectedChanged ( ) : void

Private Methods

Method Description
OnChildEnabledChanged ( ) : void
OnChildSelectedChanged ( ) : void

Method Details

FolderNode() public method

public FolderNode ( string name, ICollection children ) : System
name string
children ICollection
return System

GetSelectedProjects() public method

public GetSelectedProjects ( ) : IEnumerable
return IEnumerable

OnSelectedChanged() protected method

protected OnSelectedChanged ( ) : void
return void