C# 클래스 SilverlightMappingToolBasic.UI.SuperGraph.View.CollapseSupportClasses.ChildrenControlCollection

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
ChildrenControlCollection ( NodeControl nodeControl, bool isParentIncluded = false, bool checkOneLevel = false ) : System.Collections.Generic
ContainsNodeControl ( NodeControl nodeControl ) : bool

비공개 메소드들

메소드 설명
FindChildrenArrowControls ( ) : void
FindChildrenNodeControls ( ) : void

메소드 상세

ChildrenControlCollection() 공개 메소드

public ChildrenControlCollection ( NodeControl nodeControl, bool isParentIncluded = false, bool checkOneLevel = false ) : System.Collections.Generic
nodeControl SilverlightMappingToolBasic.UI.SuperGraph.View.NodeControlSupportClasses.NodeControl
isParentIncluded bool
checkOneLevel bool
리턴 System.Collections.Generic

ContainsNodeControl() 공개 메소드

public ContainsNodeControl ( NodeControl nodeControl ) : bool
nodeControl SilverlightMappingToolBasic.UI.SuperGraph.View.NodeControlSupportClasses.NodeControl
리턴 bool