GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / GenerateBody Method
In This Topic
    GenerateBody Method (GoXmlBindingTransformer)
    In This Topic
    This calls GoXmlWriter.GenerateObject for child objects (if HandlesChildren is true) or for logical-child nodes (if TreeStructured is true).
    Syntax
    public override void GenerateBody( 
       object obj
    )

    Parameters

    obj
    Remarks
    Whether this considers the Northwoods.Go.IGoNode.Destinations nodes or the Northwoods.Go.IGoNode.Sources nodes depends on the value of TreeLinksToChildren.
    See Also