ATMLCommonLibrary.model.HardwareInstance.HardwareInstance C# (CSharp) Method

HardwareInstance() public method

public HardwareInstance ( ) : System
return System
        public HardwareInstance()
        {
            this.powerOnField = new HardwareInstancePowerOn();
            this.parentComponentField = new HardwareInstance();
            this.componentsField = new List<ItemInstanceReference>();
            this.calibrationField = new HardwareInstanceCalibration();
        }
HardwareInstance