GoDiagram Web Reference
GenerateElement Method (GoXmlBindingTransformer)

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
'Declaration
 
Public Overrides Function GenerateElement( _
   ByVal obj As Object _
) As Boolean
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlBindingTransformer Class
GoXmlBindingTransformer Members
Base Implementation in GenerateElement

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback