예제 #1
0
 /// <summary>
 /// Deletes the units that has name starting with given prefix (namespace).
 /// </summary>
 /// <param name="prefix">prefix of units to be deleted.</param>
 public void DeleteUnits(string prefix)
 {
     m_workspace.DeleteUnits(prefix);
 }
예제 #2
0
 private void DeleteRemainingUnits()
 {
     //note that we call the parent workspace with current namespace
     m_parentWorkspace.DeleteUnits(NamespaceId);
 }