GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / GenerateDefinitions Method
In This Topic
    GenerateDefinitions Method (GoXmlBindingTransformer)
    In This Topic
    This calls GoXmlWriter.DefineObject for child objects (if HandlesChildren is true) or for logical-child nodes (if TreeStructured is true).
    Syntax
    public override void GenerateDefinitions( 
       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