ATMLCommonLibrary.model.HardwareInstance.HardwareInstance C# (CSharp) Метод

HardwareInstance() публичный Метод

public HardwareInstance ( ) : System
Результат System
        public HardwareInstance()
        {
            this.powerOnField = new HardwareInstancePowerOn();
            this.parentComponentField = new HardwareInstance();
            this.componentsField = new List<ItemInstanceReference>();
            this.calibrationField = new HardwareInstanceCalibration();
        }
HardwareInstance