This commit is contained in:
2013-03-12 13:33:29 +00:00
parent c377c9b91d
commit 661bf3887d
9 changed files with 35 additions and 4 deletions

View File

@@ -106,6 +106,18 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
#region IncludeInTOC
[Category("Miscellaneous")]
[Description("Include in Auto Table Of Contents")]
private LazyLoad<bool> _IncludeInTOC;
public bool IncludeInTOC
{
get
{
return LazyLoad(ref _IncludeInTOC, "@IncludeInTOC");
}
}
#endregion
#region UseCheckOffs
[Category("Miscellaneous")]
[Description("Section Uses Checkoffs")]