Use config data to determine whether a step is enhanced rather than format flag EnhancedLinkedStep

Remove EnhancedLinkedStep format flag
Remove unnecessary comments
This commit is contained in:
2016-05-19 12:57:29 +00:00
parent 8a43e3d5dc
commit 7f38f14657
3 changed files with 5 additions and 9 deletions

View File

@@ -188,7 +188,6 @@ namespace VEPROMS.CSLA.Library
AddingTable = 16,
AddingNext = 32,
AddingPrev = 64,
EnhancedLinkedStep = 128 // this will flag that this is a linked step & should not allow inserts/deletes
}
[Flags]
public enum E_ReplaceFlags : uint