feat(commons): native alarm source entities + ResolvedNativeAlarmSource

This commit is contained in:
Joseph Doherty
2026-05-29 15:43:24 -04:00
parent ea14ace150
commit 913441972e
6 changed files with 126 additions and 0 deletions
@@ -38,6 +38,11 @@ public class Template
/// Collection of compositions defined in this template.
/// </summary>
public ICollection<TemplateComposition> Compositions { get; set; } = new List<TemplateComposition>();
/// <summary>
/// Collection of native alarm source bindings defined in this template
/// (read-only mirrors of OPC UA A&amp;C / MxAccess Gateway alarm feeds).
/// </summary>
public ICollection<TemplateNativeAlarmSource> NativeAlarmSources { get; set; } = new List<TemplateNativeAlarmSource>();
/// <summary>
/// True when this template was auto-derived to back a TemplateComposition