GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / IGoXmlTransformer Interface / UpdateReference Method
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
In This Topic
    UpdateReference Method (IGoXmlTransformer)
    In This Topic
    Update the property named by prop in the given object to the referred object.
    Syntax
    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
    See Also