C# 클래스 Dev2.ViewModels.DependencyVisualization.DependencyGraphGenerator

Used to genreate dependency graphs. Extracted From View Model ;)
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
BuildGraph ( StringBuilder xmlData, string modelName, double width, double height ) : Graph

Builds the graph.

비공개 메소드들

메소드 설명
CreateNode ( System.Xml.Linq.XElement nodeElm, string resourceName, double width, double height, double &count ) : Node

메소드 상세

BuildGraph() 공개 메소드

Builds the graph.
public BuildGraph ( StringBuilder xmlData, string modelName, double width, double height ) : Graph
xmlData StringBuilder The XML data.
modelName string Name of the model.
width double The width.
height double The height.
리턴 Dev2.AppResources.DependencyVisualization.Graph