C# Class Dev2.AppResources.DependencyVisualization.Node

Represents an item in a graph.
Inheritance: INotifyPropertyChanged
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

FindCircularDependencies() public method

public FindCircularDependencies ( ) : List
return List

Node() public method

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
return System.Collections.Generic

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string