C# Class DependencyViewer.Common.Graphing.QuickGraphProcessor

Afficher le fichier Open project: jamiepenney/VS-Dependency-Viewer Class Usage Examples

Private Properties

Свойство Type Description
CreateGraph void
GenerateDot string
graphviz_FormatEdge void
graphviz_FormatVertex void

Méthodes publiques

Méthode Description
ProcessSolution ( ) : string
QuickGraphProcessor ( Solution solution ) : System.Collections.Generic

Private Methods

Méthode Description
CreateGraph ( ) : void
GenerateDot ( ) : string
graphviz_FormatEdge ( object sender, FormatEdgeEventArgs e ) : void
graphviz_FormatVertex ( object sender, FormatVertexEventArgs e ) : void

Method Details

ProcessSolution() public méthode

public ProcessSolution ( ) : string
Résultat string

QuickGraphProcessor() public méthode

public QuickGraphProcessor ( Solution solution ) : System.Collections.Generic
solution DependencyViewer.Common.Model.Solution
Résultat System.Collections.Generic