C2021-018 logic to support showing Alarm Point RO info in the step Editor
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user