/// <summary>
 /// Initializes a new instance of the <see cref="UPSESourceChild"/> class.
 /// </summary>
 /// <param name="row">The row.</param>
 public UPSESourceChild(UPCRMResultRow row)
 {
     this.Record         = new UPCRMRecord(row.RootRecordIdentification);
     this.FieldValues    = row.Values();
     this.RawFieldValues = row.RawValues();
 }