- Added NullableEnumTypeConverter - Reverted default behavior of EnumTypeConverter to not support nullable types - Added test for converters of UseBreakWaterProperties Related to Issue [WTI-584] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5794 5a3db67b-de53-47b5-99c8-a1c30a6650e2
- Added feature that EnumTypeConverter supports nullable enums. Null will result in an empty string - Adjusted UseBreakWaterProperties and UseForeshoreProperties such that it no longer needs a Func<bool> to check read-only status Related to Issue [WTI-584]