GoDiagram Web Reference
InvokeGenerateElement Method

the Type for which we seek an IGoXmlTransformer
an Object to be passed to GenerateElement
Call the GenerateElement method of the IGoXmlTransformer that is associated with the given type.
Syntax
'Declaration
 
Public Overridable Function InvokeGenerateElement( _
   ByVal type As Type, _
   ByVal obj As Object _
) As Boolean
public virtual bool InvokeGenerateElement( 
   Type type,
   object obj
)

Parameters

type
the Type for which we seek an IGoXmlTransformer
obj
an Object to be passed to GenerateElement

Return Value

True if an element was started. This returns the result of calling GenerateElement. If no transformer is found, this returns false. This method is practically never overridden.
Remarks
This searches for an IGoXmlTransformer starting at the type and proceeding up the type hierarchy. The obj parameter is passed to method call.
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

GoXmlWriter Class
GoXmlWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback