C# 클래스 Dev2.AppResources.DependencyVisualization.Node

Represents an item in a graph.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

FindCircularDependencies() 공개 메소드

public FindCircularDependencies ( ) : List
리턴 List

Node() 공개 메소드

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

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

ToString() 공개 메소드

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