| | |
| | | [Description("默认操作配置集合")] |
| | | [DisplayName("默认操作配置")] |
| | | [TypeConverter(typeof(CollectionCountConvert))] |
| | | [Editor(typeof(ComplexCollectionEditor<SimpleMonitorSet>), typeof(UITypeEditor))] |
| | | [Editor(typeof(ComplexCollectionEditor<MonitorSetBase>), typeof(UITypeEditor))] |
| | | public List<IMonitorSet> MonitorSetCollection { get; set; } = new List<IMonitorSet>(); |
| | | |
| | | public virtual List<IInitialConfig> GetAllDeviceInitialConfigs() |
| | |
| | | |
| | | configs.AddRange(CameraConfigCollection); |
| | | configs.AddRange(PLCConfigCollection); |
| | | configs.AddRange(DeviceConfigs); |
| | | |
| | | return configs; |
| | | } |