Exemplo n.º 1
0
    public void Clear ()
    {
      ChildIdCollection.Clear ();
      ParentIdCollection.Clear ();

      ChildCategoryCollection.Clear ();
      ParentCategoryCollection.Clear ();
    }
Exemplo n.º 2
0
 public void SelectChild (int typeItem, IList<ComponentRelation> list)
 {
   ChildCategoryCollection.Add (typeItem, new Collection<ComponentRelation> (list));
 }