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:
@@ -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
|
||||
|
Reference in New Issue
Block a user