Merge pull request 'Vogtle3&4' (#201) from Vogtle3&4 into Development

Code Review completed successfully.
This commit is contained in:
2024-01-11 06:30:22 -05:00
5 changed files with 23 additions and 7 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()