C# Class Dev2.ViewModels.DependencyVisualization.DependencyGraphGenerator

Used to genreate dependency graphs. Extracted From View Model ;)
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
BuildGraph ( StringBuilder xmlData, string modelName, double width, double height ) : Graph

Builds the graph.

Private Methods

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

Method Details

BuildGraph() public méthode

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.
Résultat Dev2.AppResources.DependencyVisualization.Graph