- Added ShortPath Property to ItemInfo
- Added MacroList Added CheckOff data Added CheckOff and ChangeBar Fixed inheritance
This commit is contained in:
@@ -94,6 +94,18 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region UseCheckOffs
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Section Uses Checkoffs")]
|
||||
private LazyLoad<bool> _UseCheckOffs;
|
||||
public bool UseCheckOffs
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _UseCheckOffs, "@UseCheckOffs");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Oldtonew
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Convert from old to new")]
|
||||
|
Reference in New Issue
Block a user