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
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public abstract class RecorderOperation : Operation, IOperationDescriptorProperties
| Name | Description |
|---|---|
| Recorder |
Methods
| Name | Description |
|---|---|
| VisitAffectedObjects(Action<object>) | Executes a given action on all recordable objects involved with the current Operation. |