/// <summary>
 /// Main Constructor
 /// </summary>
 public GOGroupRoleDataObject(IdentifyingFieldsCollection <System.String, System.String> primaryKey)
     : base()
 {
     this._gOGroupName = primaryKey.IdentifyingField1;
     this._gORoleName  = primaryKey.IdentifyingField2;
 }
 /// <summary>
 /// Main Constructor
 /// </summary>
 public PlaceToLocationDataObject(IdentifyingFieldsCollection <System.String, System.String> primaryKey)
     : base()
 {
     this._locationURI = primaryKey.IdentifyingField1;
     this._placeURI    = primaryKey.IdentifyingField2;
 }
 /// <summary>
 /// Main Constructor
 /// </summary>
 public GOUserRoleDataObject(IdentifyingFieldsCollection <System.String, System.Guid> primaryKey)
     : base()
 {
     this._gORoleName = primaryKey.IdentifyingField1;
     this._gOUserId   = primaryKey.IdentifyingField2;
 }