This commit is contained in:
@@ -82,6 +82,18 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region IsStepSection
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Is a Step Section")]
|
||||
private LazyLoad<bool> _IsStepSection;
|
||||
public bool IsStepSection
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _IsStepSection, "@IsStepSection");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Oldtonew
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Convert from old to new")]
|
||||
|
@@ -325,6 +325,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
public vlnFormatList(XmlNodeList xmlNodeList)
|
||||
{
|
||||
if (xmlNodeList == null) return;
|
||||
_XmlNodeList = xmlNodeList;
|
||||
foreach (XmlNode xn in _XmlNodeList)
|
||||
{
|
||||
|
Reference in New Issue
Block a user