C# Class Dev2.AppResources.DependencyVisualization.Node

Represents an item in a graph.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
FindCircularDependencies ( ) : List
Node ( string id, double locationX, double locationY, bool isTarget, bool isBroken ) : System.Collections.Generic
ToString ( ) : string

Returns a System.String that represents this instance.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

FindCircularDependencies() public méthode

public FindCircularDependencies ( ) : List
Résultat List

Node() public méthode

public Node ( string id, double locationX, double locationY, bool isTarget, bool isBroken ) : System.Collections.Generic
id string
locationX double
locationY double
isTarget bool
isBroken bool
Résultat System.Collections.Generic

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string