GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / SkipGeneration Method
In This Topic
    SkipGeneration Method (GoXmlTransformer)
    In This Topic
    Return true if the Writer should not generate XML for an object.
    Syntax
    public virtual bool SkipGeneration( 
       object obj
    )

    Parameters

    obj
    Remarks
    This is called by GoXmlWriter.DefineObject and by GoXmlWriter.GenerateObject. By default this calls SkipGeneration on the InheritsFromTransformer, to allow another specific transformer to implement this behavior, or else calls GoXmlWriter.GoXmlWriter.InvokeSkipGeneration, to allow this TransformerType's base Type to provide a default behavior.
    See Also