GoDiagram Win Reference
ConsumeObjectFinish Method (GoXmlTransformer)

the object being constructed
Finish building the object for the current element.
Syntax
'Declaration
 
Public Overridable Sub ConsumeObjectFinish( _
   ByVal obj As Object _
) 
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.
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

GoXmlTransformer Class
GoXmlTransformer Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback