C# Class PKStudio.Forms.Tools.ComponentReferencesDiagramForm.HierarchyCollection

Show file Open project: AlexandrSurkov/PKStudio

Public Properties

Property Type Description
Featuries List
Librares List
LibraryCategories List
Links List

Public Methods

Method Description
AnalyseComponent ( ComponentWrapper comp ) : void
HierarchyCollection ( ) : System.Windows.Forms

Private Methods

Method Description
ContainsFeature ( ComponentWrapper feat ) : bool
ContainsLibCat ( ComponentWrapper libcat ) : bool
ContainsLibrary ( ComponentWrapper lib ) : bool
ContainsLink ( Link link ) : bool

Method Details

AnalyseComponent() public method

public AnalyseComponent ( ComponentWrapper comp ) : void
comp ComponentWrapper
return void

HierarchyCollection() public method

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

Property Details

Featuries public property

public List Featuries
return List

Librares public property

public List Librares
return List

LibraryCategories public property

public List LibraryCategories
return List

Links public property

public List Links
return List