An Operation on a Recorder, specifically a base class for AttachObjectToRecorderOperation and DetachObjectFromRecorderOperation.
Inheritance
RecorderOperation
Implements
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
public abstract class RecorderOperation : Operation, IOperationDescriptor
Properties
Name | Description |
---|---|
Recorder |
Methods
Name | Description |
---|---|
VisitAffectedObjects(Action<object>) | Executes a given action on all recordable objects involved with the current Operation. |