Open sandboxFocus

Class RecorderOperation

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, IOperationDescriptor

Properties

Name Description
Recorder

Gets the Recorder to which the current Operation relates.

Methods

Name Description
VisitAffectedObjects(Action<object>)

Executes a given action on all recordable objects involved with the current Operation.