GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / GenerateElement Method
In This Topic
    GenerateElement Method (GoXmlBindingTransformer)
    In This Topic
    When the GoXmlReaderWriterBase.ParentObject's GoXmlBindingTransformer's HandlesChildAttributes property is true, call GenerateChildAttributes on that parent class's transformer to allow it to add attributes to the new element.
    Syntax
    public override bool GenerateElement( 
       object obj
    )

    Parameters

    obj

    Return Value

    the result of the call to the base method
    Remarks
    This calls GenerateChildAttributes only when the base call to GenerateElement returned true.
    See Also