GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / GenerateElementFinish Method
the object being generated
In This Topic
    GenerateElementFinish Method (GoXmlTransformer)
    In This Topic
    Finish generating any elements that were started by GenerateElement.
    Syntax
    public virtual void GenerateElementFinish( 
       object obj
    )

    Parameters

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