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:
2019-11-13 14:36:01 +00:00
parent 4034ca8c18
commit 443162a944
2 changed files with 31 additions and 4 deletions

View File

@@ -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