F2023-112 format setting to remove -B from background proc num (used in title box)

This commit is contained in:
2024-01-08 15:46:05 -05:00
parent f0670905b3
commit 71cef595ca
4 changed files with 13 additions and 2 deletions

View File

@@ -202,6 +202,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _TextColor, "@TextColor");
}
}
// F2023-112 Vogtle Units 3 & Backgrounds - trim the ending "-B" from the procedure number (used in title box of page header)
private LazyLoad<string> _TrimEnding;
public string TrimEnding
{
get
{
return LazyLoad(ref _TrimEnding, "@TrimEnding");
}
}
#endregion
#region Override ToString
public override string ToString()