GoDiagram Web Reference
ConsumeObject Method

This produces an object from the current element.
Syntax
'Declaration
 
Public Overridable Function ConsumeObject() As Object
public virtual object ConsumeObject()
Remarks
If InvokeAllocate produces an object, this starts reading an element by calling InvokeConsumeAttributes and then InvokeConsumeBody, passing it that object. Finally this calls InvokeConsumeObjectFinish. This method will return null if InvokeAllocate returns null. This method is called by ConsumeRootBody and by any other code that needs to read/construct an object. You probably do not need to override this method.
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

GoXmlReader Class
GoXmlReader Members
ReaderNode Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback