C# 클래스 DependencyViewer.Common.Graphing.QuickGraphProcessor

파일 보기 프로젝트 열기: jamiepenney/VS-Dependency-Viewer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateGraph void
GenerateDot string
graphviz_FormatEdge void
graphviz_FormatVertex void

공개 메소드들

메소드 설명
ProcessSolution ( ) : string
QuickGraphProcessor ( Solution solution ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateGraph ( ) : void
GenerateDot ( ) : string
graphviz_FormatEdge ( object sender, FormatEdgeEventArgs e ) : void
graphviz_FormatVertex ( object sender, FormatVertexEventArgs e ) : void

메소드 상세

ProcessSolution() 공개 메소드

public ProcessSolution ( ) : string
리턴 string

QuickGraphProcessor() 공개 메소드

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