C2021-065 BNPP Alarms pagelist flag to match AlarmID (procnumber) with RO value of AlarmID
This commit is contained in:
parent
7a753badc8
commit
d52c4b93cb
@ -141,6 +141,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _RepWords, "@RepWords");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _ROLkUpMatch; // C2021-065 (BNPP Alarms format)
|
||||
public bool ROLkUpMatch
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ROLkUpMatch, "@ROLkUpMatch");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _MaxWidth;
|
||||
public int? MaxWidth
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user