Open sandboxFocus

Class RecorderOperation

Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
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.