GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / ChildrenCollectionPath Property
In This Topic
    ChildrenCollectionPath Property
    In This Topic
    Gets or sets the property path to find the Northwoods.Go.GoGroup holding the child objects corresponding to nested elements when HandlesChildren is true.
    Syntax
    public string ChildrenCollectionPath {get; set;}

    Property Value

    This defaults to the empty string, "", meaning that this transformer's object is the Northwoods.Go.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.
    See Also