F2023-112 format setting to remove -B from background proc num (used in title box)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user