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

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