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