C# Class DependencyViewer.Common.Graphing.QuickGraphProcessor

显示文件 Open project: jamiepenney/VS-Dependency-Viewer Class Usage Examples

Private Properties

Property Type Description
CreateGraph void
GenerateDot string
graphviz_FormatEdge void
graphviz_FormatVertex void

Public Methods

Method Description
ProcessSolution ( ) : string
QuickGraphProcessor ( Solution solution ) : System.Collections.Generic

Private Methods

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

Method Details

ProcessSolution() public method

public ProcessSolution ( ) : string
return string

QuickGraphProcessor() public method

public QuickGraphProcessor ( Solution solution ) : System.Collections.Generic
solution DependencyViewer.Common.Model.Solution
return System.Collections.Generic