C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.CollapseSupportClasses.ChildrenControlCollection

Exibir arquivo Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
ChildrenControlCollection ( NodeControl nodeControl, bool isParentIncluded = false, bool checkOneLevel = false ) : System.Collections.Generic
ContainsNodeControl ( NodeControl nodeControl ) : bool

Private Methods

Method Description
FindChildrenArrowControls ( ) : void
FindChildrenNodeControls ( ) : void

Method Details

ChildrenControlCollection() public method

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

ContainsNodeControl() public method

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