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.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
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 |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |