This commit is contained in:
2011-11-21 16:45:22 +00:00
parent d1ee1cf5f1
commit 5e59fc2c34
2 changed files with 70 additions and 10 deletions

View File

@@ -106,6 +106,18 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
#region UseCheckOffs
[Category("Miscellaneous")]
[Description("Section Uses MetaSection ColSByLevel")]
private LazyLoad<bool> _UseColSByLevel;
public bool UseColSByLevel
{
get
{
return LazyLoad(ref _UseColSByLevel, "@UseColSByLevel");
}
}
#endregion
#region Oldtonew
[Category("Miscellaneous")]
[Description("Convert from old to new")]