GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / GenerateBody Method
the object being generated
In This Topic
    GenerateBody Method (GoXmlTransformer)
    In This Topic
    Generate any nested elements that are part of the rendering of an object.
    Syntax
    public virtual void GenerateBody( 
       object obj
    )

    Parameters

    obj
    the object being generated
    Remarks
    This is called by GoXmlWriter.GenerateObject. By default this calls GenerateBody on the InheritsFromTransformer, to allow another specific transformer to implement this behavior, or else calls GoXmlWriter.GoXmlWriter.InvokeGenerateBody, to allow this TransformerType's base Type to provide a default behavior.
    See Also