GoDiagram Web Reference
ChildrenCollectionPath Property

Gets or sets the property path to find the Northwoods.GoWeb.GoGroup holding the child objects corresponding to nested elements when HandlesChildren is true.
Syntax
'Declaration
 
Public Property ChildrenCollectionPath As String
public string ChildrenCollectionPath {get; set;}

Property Value

This defaults to the empty string, "", meaning that this transformer's object is the Northwoods.GoWeb.GoGroup containing the child objects to be generated or consumed as nested XML elements.
Remarks
For some complicated node classes, the group that is actually supposed to hold a varying collection of objects is not the node itself but a child or grandchild of the node. It is common for such a group to actually be a GoListGroup or something similar. This property just specifies a path from the transformer's object to that group.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback