Example #1
0
    public void Clear ()
    {
      ChildIdCollection.Clear ();
      ParentIdCollection.Clear ();

      ChildCategoryCollection.Clear ();
      ParentCategoryCollection.Clear ();
    }
Example #2
0
 public void SelectParent (Guid id, IList<ComponentRelation> list)
 {
   ParentIdCollection.Add (id, new Collection<ComponentRelation> (list));
 }