Support for SAMGS Supplemental Information

This commit is contained in:
2017-05-03 13:57:12 +00:00
parent 419dd4712a
commit e7f9d4e3ed
8 changed files with 210 additions and 22 deletions

View File

@@ -144,6 +144,18 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
#region SupplementalInfo
[Category("Miscellaneous")]
[Description("Supports Supplemental Information")]
private LazyLoad<bool> _SupplementalInformation;
public bool SupplementalInformation
{
get
{
return LazyLoad(ref _SupplementalInformation, "@SupplementalInformation");
}
}
#endregion
#region LandscapePageList
[Category("Miscellaneous")]
[Description("Should PageList be landscape")]