C2021-018 logic to support showing Alarm Point RO info in the step Editor

This commit is contained in:
2022-03-21 19:42:37 +00:00
parent 0d464dfa10
commit fdc72f891d
3 changed files with 305 additions and 0 deletions

View File

@@ -1092,6 +1092,11 @@ namespace VEPROMS.CSLA.Library
if (_Text == string.Empty)
_Text = "?";
}
// C2021-018 used to update the content record when displaying Alarm Pont Table information in the step Editor (BNPP alarms)
public void UpdateAlarmTableInfoView(string updateText)
{
_Text = updateText;
}
public void LoadNonCachedGrid()
{
_MyGrid = GridInfo.GetNonCached(ContentID);