GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / UpdateReference Method
the object with a property that could not be set before, because the referred-to object was not available
a property path registered with a call to AddBinding(String,String)
the resolved object reference
In This Topic
    UpdateReference Method (GoXmlBindingTransformer)
    In This Topic
    Fix up references to objects that did not yet exist when the attribute was read.
    Syntax
    public override void UpdateReference( 
       object obj,
       string proppath,
       object referred
    )

    Parameters

    obj
    the object with a property that could not be set before, because the referred-to object was not available
    proppath
    a property path registered with a call to AddBinding(String,String)
    referred
    the resolved object reference
    See Also