Added CapSPIfLastLower=True for Catawba and McGuire
Added CapROIfLastLower=False for Catawba and McGuire Added CapSPIfLastLower for Catawba and McGuire so that only setpoint ROs are uppercased if the surounding text is uppercase.
This commit is contained in:
@@ -5419,6 +5419,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _CapRoIfLastLower, "@CapRoIfLastLower");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CapSPIfLastLower;
|
||||
public bool CapSPIfLastLower
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CapSPIfLastLower, "@CapSPIfLastLower");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _UpRoIfPrevUpper;
|
||||
public bool UpRoIfPrevUpper
|
||||
{
|
||||
|
Reference in New Issue
Block a user