B2019-171: Use format flag to handle differences between formats for uppercasing of ROs
B2019-171: Add flag to handle differences between formats for uppercasing of ROs
This commit is contained in:
@@ -6830,6 +6830,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _CapFirstLetterInHighRO, "@CapFirstLetterInHighRO");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _DoSpaceDashBeforeROResolve;
|
||||
public bool DoSpaceDashBeforeROResolve
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _DoSpaceDashBeforeROResolve, "@DoSpaceDashBeforeROResolve");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user