GoDiagram Web Reference
HandlesChildAttributes Property

Gets or sets whether this transformer gets to read or write attributes on elements in the body of this element.
Syntax
'Declaration
 
Public Property HandlesChildAttributes As Boolean
public bool HandlesChildAttributes {get; set;}

Property Value

This defaults to false.
Remarks

This is usually set to true only when HandlesChildren is also set to true. When this is true, GenerateChildAttributes and ConsumeChildAttributes will be called for each child object of this transformer's (parent) object.

This property is infrequently used; but it is very handy when you want a "parent" object to associate attribute values with each "child" object, but those attributes are not properties on the "child" object. The only pre-defined use of this property is to help save bounds or path information for each node or link inside a collapsed subgraph.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlBindingTransformer Class
GoXmlBindingTransformer Members
HandlesSubGraphCollapsedChildren Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback