GoDiagram Web Reference
InvokeUpdateReference Method

the Type for which we seek an IGoXmlTransformer
an Object to be passed to IGoXmlTransformer.UpdateReference
a String to be passed to IGoXmlTransformer.UpdateReference
an Object to be passed to IGoXmlTransformer.UpdateReference
Call the IGoXmlTransformer.UpdateReference method of the IGoXmlTransformer that is associated with the given type.
Syntax
'Declaration
 
Public Overridable Sub InvokeUpdateReference( _
   ByVal type As Type, _
   ByVal obj As Object, _
   ByVal prop As String, _
   ByVal referred As Object _
) 
public virtual void InvokeUpdateReference( 
   Type type,
   object obj,
   string prop,
   object referred
)

Parameters

type
the Type for which we seek an IGoXmlTransformer
obj
an Object to be passed to IGoXmlTransformer.UpdateReference
prop
a String to be passed to IGoXmlTransformer.UpdateReference
referred
an Object to be passed to IGoXmlTransformer.UpdateReference
Remarks
This searches for an IGoXmlTransformer starting at the type and proceeding up the type hierarchy. The obj, prop, and referred parameter values are passed to the method call. This method is practically never overridden.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback