Example #1
0
 /// <summary>
 /// Composite Workspace Wrapper stores unitname with its fullname that includes namespace
 /// </summary>
 /// <param name="unitname">The name of the variable to be stored. </param>
 /// <param name="unit">object to be stored in the workspace.</param>
 public virtual void Store(string unitname, object unit)
 {
     m_parentWorkspace.Store(GetFullNamespacePath(unitname), unit);
 }