Exemplo n.º 1
0
        internal override void ProcessMappingsFromRowValues(RowValues values)
        {
            DeviceOsTargetBid = new DeviceOSTargetBid();

            base.ProcessMappingsFromRowValues(values);

            values.ConvertToEntity(this, Mappings);
        }
        internal override void ProcessMappingsFromRowValues(RowValues values)
        {
            DeviceOsTargetBid = new DeviceOSTargetBid();

            base.ProcessMappingsFromRowValues(values);

            values.ConvertToEntity(this, Mappings);
        }
Exemplo n.º 3
0
 /// <summary>
 /// Outputs the DeviceOSTargetBid.
 /// </summary>
 protected void OutputDeviceOSTargetBid(DeviceOSTargetBid targetBid)
 {
     if (targetBid != null)
     {
         OutputStatusMessage(string.Format("BidAdjustment: {0}", targetBid.BidAdjustment));
         OutputStatusMessage(string.Format("DeviceName : {0}", targetBid.DeviceName));
     }
 }