Beispiel #1
0
 public SiteGroup()
 {
     this._members = new UserCollection(this.ParentTemplate);
 }
Beispiel #2
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);
 }