using MECF.Framework.Common.Device.ResistivityProbe; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Schema; using System.Xml.Serialization; namespace MECF.Framework.Common.Device.BarcodeReader { public class BarcodeReaderConfig { [XmlElement(Type = typeof(BarcodeReaderDeviceConfig), ElementName = "BarcodeReaderDeviceConfig", IsNullable = false, Form = XmlSchemaForm.Qualified)] public List BarcodeDeviceConfigs { get; set; } } }