CAL Continued format improvements

This commit is contained in:
Kathy Ruffing 2013-09-05 15:49:15 +00:00
parent a10fd7ea73
commit 2870d68cf3

View File

@ -4722,6 +4722,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _MacroDef, "@Macro"); return LazyLoad(ref _MacroDef, "@Macro");
} }
} }
private LazyLoad<bool> _LocWithXOff;
public bool? LocWithXOff
{
get
{
return LazyLoad(ref _LocWithXOff, "@LocWithXOff");
}
}
private LazyLoad<int?> _Grouping; private LazyLoad<int?> _Grouping;
public int? Grouping public int? Grouping
{ {