Exemple #1
0
 public RepresentationGroup GetGroup(RepresentationGroupList group)
 {
     return(_representationGroups[group]);
 }
 public RepresentationGroup(RepresentationGroupList representationGroupList)
 {
     _representations = new Dictionary<long, Representation>();
     RepresentationGroupList = representationGroupList;
 }
 public RepresentationGroup GetGroup(RepresentationGroupList group)
 {
     return _representationGroups[group];
 }
Exemple #4
0
 public RepresentationGroup(RepresentationGroupList representationGroupList)
 {
     _representations        = new Dictionary <long, Representation>();
     RepresentationGroupList = representationGroupList;
 }