This commit is contained in:
@@ -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")]
|
||||
|
Reference in New Issue
Block a user