Esempio n. 1
0
 /// <summary>
 /// Constructor for TermGroup class
 /// </summary>
 public TermGroup()
 {
     this._termSets     = new TermSetCollection(this.ParentTemplate);
     this._contributors = new UserCollection(this.ParentTemplate);
     this._managers     = new UserCollection(this.ParentTemplate);
 }
Esempio n. 2
0
 public TermGroup()
 {
     this._termSets = new TermSetCollection(this.ParentTemplate);
 }