GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / ConsumeObjectFinish Method
the object being constructed
In This Topic
    ConsumeObjectFinish Method (GoXmlTransformer)
    In This Topic
    Finish building the object for the current element.
    Syntax
    public virtual void ConsumeObjectFinish( 
       object obj
    )

    Parameters

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