Added code to handle diamond1 format item
Added RNOWidthAdj flag for Braidwood
This commit is contained in:
@@ -2695,6 +2695,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _RNOWidthAlt, "@RNOWidthAlt");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _RNOWidthAdj;
|
||||
public string RNOWidthAdj
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _RNOWidthAdj, "@RNOWidthAdj");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _HLSWidthOVRD;
|
||||
public int? HLSWidthOVRD
|
||||
{
|
||||
|
Reference in New Issue
Block a user