test(vtags): planner detects Historize-only toggle as a change + doc nit (H5a review follow-up)
This commit is contained in:
@@ -115,8 +115,8 @@ public sealed record EquipmentTagAlarmInfo(string AlarmType, int Severity);
|
||||
/// </summary>
|
||||
/// <param name="Historize">When true, this VirtualTag's values are historized (carried from the
|
||||
/// <c>VirtualTag.Historize</c> entity column). Threaded through the deploy-diff equality below so a
|
||||
/// Historize-only toggle is detected as a change. Defaults to <c>false</c> — matching both the entity
|
||||
/// default for an unset column and the artifact-decode default when the flag is absent/non-bool —
|
||||
/// Historize-only toggle is detected as a change. Defaults to <c>false</c> — matching both the CLR
|
||||
/// default of the <c>bool VirtualTag.Historize</c> column and the artifact-decode default when the flag is absent/non-bool —
|
||||
/// which keeps existing positional+named ctor call sites compiling and preserves byte-parity.</param>
|
||||
public sealed record EquipmentVirtualTagPlan(
|
||||
string VirtualTagId,
|
||||
|
||||
Reference in New Issue
Block a user