From dd756593fbe853b5c5b249d883873537e8e1caf5 Mon Sep 17 00:00:00 2001 From: Rich Date: Thu, 21 Sep 2017 17:37:49 +0000 Subject: [PATCH] Added ConvertUnderscoreToUnderline flag --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index be25f995..6b681bb7 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -2136,6 +2136,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _ConvertCaretToDelta, "@ConvertCaretToDelta"); } } + private LazyLoad _ConvertUnderscoreToUnderline; + public bool ConvertUnderscoreToUnderline + { + get + { + return LazyLoad(ref _ConvertCaretToDelta, "@ConvertUnderscoreToUnderline"); + } + } // This format flag turns off the Replace Words functionality. // in 16-bit proms, this was done simply by having an empty Replace Words list. // in 32-bit the inheiradence logic finds a replace words list in the base format