PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingMerge­Status
Open sandboxFocus

MergeStatus Class

Enumeration of possible return values for the GetMergeStatus(Operation) method.

Inheritance
MergeStatus
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class MergeStatus : Enum

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.

value__