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")]
|
||||
|
Reference in New Issue
Block a user