C2021-065 BNPP Alarms pagelist flag to match AlarmID (procnumber) with RO value of AlarmID

This commit is contained in:
John Jenko 2022-01-14 18:57:43 +00:00
parent 7a753badc8
commit d52c4b93cb

View File

@ -141,6 +141,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _RepWords, "@RepWords"); 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; private LazyLoad<int?> _MaxWidth;
public int? MaxWidth public int? MaxWidth
{ {