Enumeration of possible return values for the GetMergeStatus(Operation) method.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
public enum MergeStatus
Fields
Name | Description |
---|---|
Commutative | The subsequent Operation cannot be merged into the current Operation, but both operations are commutative (for instance, two subsequent changes to different fields). |
Mergeable | The subsequent Operation can be merged into the current Operation (for instance, two subsequent changes to the same field). |
None | The subsequent Operation cannot be merged and is not commutative with the current Operation. |