RecorderOperation Class |
An Operation on a Recorder, specifically a base class for
AttachObjectToRecorderOperation and DetachObjectFromRecorderOperation.
System.Object
PostSharp.Patterns.Recording.Operation
PostSharp.Patterns.Recording.Operations.RecorderOperation
PostSharp.Patterns.Recording.Operations.AttachObjectToRecorderOperation
PostSharp.Patterns.Recording.Operations.DetachObjectFromRecorderOperation
PostSharp.Patterns.Recording.Operation
PostSharp.Patterns.Recording.Operations.RecorderOperation
PostSharp.Patterns.Recording.Operations.AttachObjectToRecorderOperation
PostSharp.Patterns.Recording.Operations.DetachObjectFromRecorderOperation
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public abstract class RecorderOperation : Operation
The RecorderOperation type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets the operation name.
(Inherited from Operation.) | |
OperationDescriptor |
Gets the IOperationDescriptor, which is used by the OperationFormatter to produce a human-readable description
of the current operation.
(Inherited from Operation.) | |
OperationKind |
Gets the kind of operation.
(Inherited from Operation.) | |
Recorder |
Name | Description | |
---|---|---|
GetMergeStatus | (Inherited from Operation.) | |
Merge | (Inherited from Operation.) | |
Redo |
Redo the current operation.
(Inherited from Operation.) | |
Undo |
Undo the current operation.
(Inherited from Operation.) | |
VisitAffectedObjects |
Executes a given action on all recordable objects involved with the current Operation.
(Overrides Operation.VisitAffectedObjects(Action<Object>).) |