This commit is contained in:
2012-11-08 17:05:45 +00:00
parent 3795a3063d
commit daec29dc9a
3 changed files with 19 additions and 39 deletions

View File

@@ -82,6 +82,18 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
#region IndexOtherThanFirstPage
[Category("Miscellaneous")]
[Description("IndexOtherThanFirstPage")]
private LazyLoad<int?> _IndexOtherThanFirstPage;
public int? IndexOtherThanFirstPage
{
get
{
return LazyLoad(ref _IndexOtherThanFirstPage, "@IndexOtherThanFirstPage");
}
}
#endregion
#region IsStepSection
[Category("Miscellaneous")]
[Description("Is a Step Section")]

View File

@@ -163,7 +163,8 @@ namespace VEPROMS.CSLA.Library
};
public enum E_DocStyleUse : uint
{
UseOnAllPages = 0, UseOnFirstPage = 1, UseOnAllButFirstPage = 2, UseOnLastPage = 4
UseOnAllPages = 0, UseOnFirstPage = 1, UseOnAllButFirstPage = 2
// , UseOnLastPage = 4 This flag does not have supporting code.
};
[Flags]
// acceptence list for adding Tables, Cautions, Notes, Substeps, Next, Previous and RNO