C# Class Dev2.ViewModels.DependencyVisualization.DependencyGraphGenerator

Used to genreate dependency graphs. Extracted From View Model ;)
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
BuildGraph ( StringBuilder xmlData, string modelName, double width, double height ) : Graph

Builds the graph.

Private Methods

Method Description
CreateNode ( System.Xml.Linq.XElement nodeElm, string resourceName, double width, double height, double &count ) : Node

Method Details

BuildGraph() public method

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.
return Dev2.AppResources.DependencyVisualization.Graph