GoDiagram Web Reference
UpdateReference Method (IGoXmlTransformer)

an object being constructed, with a reference property that was delayed and now needs updating
the name of the reference property belonging to obj that needs to be updated
the object that the property should be referring to; if the object was not found, the string that was used as the search key
Update the property named by prop in the given object to the referred object.
Syntax
'Declaration
 
Sub UpdateReference( _
   ByVal obj As Object, _
   ByVal prop As String, _
   ByVal referred As Object _
) 
void UpdateReference( 
   object obj,
   string prop,
   object referred
)

Parameters

obj
an object being constructed, with a reference property that was delayed and now needs updating
prop
the name of the reference property belonging to obj that needs to be updated
referred
the object that the property should be referring to; if the object was not found, the string that was used as the search key
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

IGoXmlTransformer Interface
IGoXmlTransformer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback