internal override void ProcessMappingsFromRowValues(RowValues values)
        {
            AgeTargetBid = new AgeTargetBid();

            base.ProcessMappingsFromRowValues(values);

            values.ConvertToEntity(this, Mappings);
        }
 /// <summary>
 /// Outputs the AgeTargetBid.
 /// </summary>
 protected void OutputAgeTargetBid(AgeTargetBid targetBid)
 {
     if (targetBid != null)
     {
         OutputStatusMessage(string.Format("BidAdjustment: {0}", targetBid.BidAdjustment));
         OutputStatusMessage(string.Format("Age : {0}", targetBid.Age));
     }
 }
        internal override void ProcessMappingsFromRowValues(RowValues values)
        {
            AgeTargetBid = new AgeTargetBid();

            base.ProcessMappingsFromRowValues(values);

            values.ConvertToEntity(this, Mappings);
        }