Northwoods.GoSilverlight 1.3.5 Assembly
EffectiveCollectionInclusions Enumeration
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : EffectiveCollectionInclusions Enumeration

This enumeration controls the behavior of DraggingTool.ComputeEffectiveCollection.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum EffectiveCollectionInclusions 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
[FlagsAttribute()]
public enum EffectiveCollectionInclusions : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
None Don't add any parts but the selected ones.
Standard Just include the selected nodes, their members if they are groups, and the links connecting them.
SubTreeInclude all standard connected parts and also tree-structure descendant nodes (children, grandchildren, etc.) and the links connecting to them. This assumes that links go from the parent node to their children, unless Northwoods.GoXam.Diagram.TreePath is Northwoods.GoXam.Layout.TreePath.Source, in which case links are assumed to go from each child to its parent node.
TreeChildrenInclude tree-structure descendant nodes (children, grandchildren, etc.). This assumes that links go from the parent node to their children, unless Northwoods.GoXam.Diagram.TreePath is Northwoods.GoXam.Layout.TreePath.Source, in which case links are assumed to go from each child to its parent node.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Tool.EffectiveCollectionInclusions

Requirements

See Also

© 2012 All Rights Reserved.