Enumerates the kind of situations in which the OnReplaying(ReplayKind, ReplayContext) or OnReplayed(ReplayKind, ReplayContext) methods are invoked.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
public enum ReplayKind
Remarks
Other reasons may be added in the future.
Fields
Name | Description |
---|---|
Redo | Redo operation. |
Undo | Undo operation. |