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