CompositeOperation Class |
Represents an Operation composed of other sub-operations.
System.Object
PostSharp.Patterns.Recording.Operation
PostSharp.Patterns.Recording.Operations.CompositeOperation
PostSharp.Patterns.Recording.Operation
PostSharp.Patterns.Recording.Operations.CompositeOperation
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 sealed class CompositeOperation : Operation
The CompositeOperation 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.
(Overrides Operation.OperationDescriptor.) | |
OperationKind |
Gets the kind of operation.
(Overrides Operation.OperationKind.) |
Name | Description | |
---|---|---|
VisitAffectedObjects |
Executes a given action on all recordable objects involved with the current Operation.
(Overrides Operation.VisitAffectedObjects(Action<Object>).) |
The OperationDescriptor is typically not identical to the CompositeOperation itself.