Ejemplo n.º 1
0
 /// <summary>
 /// Adds the instance declaration of.
 /// </summary>
 /// <param name="node">The node to be duplicated by deriving from the instance declaration.</param>
 /// <param name="typeParentID">The parent identifier of the type provisioning instance declarations - prefix to the relative reference path.</param>
 void IInstanceNodeContext.AddInstanceDeclarationOf(IInstanceNode node, XmlQualifiedName typeParentID)
 {
     InstanceWrapper = InstanceWrapper.DerivePropertyValuesFrom((IInstanceDesign)node.Wrapper4PropertyGrid);
     node.AddAllReferences4InstanceDeclaration(m_References, typeParentID);
 }