Class CompositeOperation
Represents an Operation composed of other sub-operations.
Implements
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class CompositeOperation : Operation, IOperationDescriptor
Properties
Name | Description |
---|---|
OperationDescriptor | Gets the IOperationDescriptor, which is used by the OperationFormatter to produce a human-readable description of the current operation. |
OperationKind | Gets the kind of operation. |
Methods
Name | Description |
---|---|
Redo(ReplayContext) | |
Undo(ReplayContext) | |
VisitAffectedObjects(Action<Object>) | Executes a given action on all recordable objects involved with the current Operation. |