C2021-024: Wolf Creek Top/Bottom continue message, do not include bullet and bullet or bullet followed by sub-steps in tab

C2021-024: Top/Bottom continue message, do not include bullet and bullet or bullet followed by sub-steps in tab
This commit is contained in:
2021-04-26 13:46:15 +00:00
parent 2a59f6b69e
commit d944fd635a
3 changed files with 33 additions and 8 deletions

View File

@@ -823,6 +823,14 @@ namespace VEPROMS.CSLA.Library
}
#endregion
#region Message
private LazyLoad<bool> _RemoveBullet;
public bool RemoveBullet // C2021-024: WCN1 if bullet exists in combined tab, stop right before bullet.
{
get
{
return LazyLoad(ref _RemoveBullet, "@RemoveBullet");
}
}
private LazyLoad<string> _Message;
[Category("Continue Msg")]
[DisplayName("Top Continue Msg")]
@@ -921,6 +929,14 @@ namespace VEPROMS.CSLA.Library
}
#endregion
#region Message
private LazyLoad<bool> _RemoveBullet;
public bool RemoveBullet // C2021-024: WCN1 if bullet exists in combined tab, stop right before bullet.
{
get
{
return LazyLoad(ref _RemoveBullet, "@RemoveBullet");
}
}
private LazyLoad<string> _Message;
[Category("Continue Msg")]
[DisplayName("Bottom Continue Msg")]