Enumeration of possible return values for the GetMergeStatus(Operation) method.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public enum MergeStatusFields
| 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. |