Click or drag to resize

ChangeAction Enumeration

Action to be done when Accepting Changes.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public enum ChangeAction
Members
  Member nameValueDescription
None0 No changes required
Set1 Replace any existing values with new list of members
Add2 Add to the existing members
Remove3 Remove from the existing members
See Also