GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / AddDelayedRef Method
The object that contains an unresolved reference
a String that the names the property or somehow identifies which reference in the object given by val needs to be updated with the correct reference in an implementation of IGoXmlTransformer.UpdateReference
a String that holds information needed to resolve the reference in an implementation of IGoXmlTransformer.UpdateReference; normally this is an ID returned by FindShared
In This Topic
    AddDelayedRef Method
    In This Topic
    Remember an object, one of its properties, and the string representation of a reference to another object.
    Syntax
    public void AddDelayedRef( 
       object val,
       string prop,
       string refstr
    )

    Parameters

    val
    The object that contains an unresolved reference
    prop
    a String that the names the property or somehow identifies which reference in the object given by val needs to be updated with the correct reference in an implementation of IGoXmlTransformer.UpdateReference
    refstr
    a String that holds information needed to resolve the reference in an implementation of IGoXmlTransformer.UpdateReference; normally this is an ID returned by FindShared
    Remarks
    ProcessDelayedObjects uses this stored information to fix up references.
    See Also