OperationFormatter Class |
Base class for all operation formatters, which provide a human-readable description of operations (Operation).

Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public abstract class OperationFormatter
The OperationFormatter type exposes the following members.

Name | Description | |
---|---|---|
![]() | OperationFormatter |
Initializes a new instance of the OperationFormatter class.
|

Name | Description | |
---|---|---|
![]() | FormatOperation |
Gets a human-readable description of an Operation.
|
![]() | FormatOperationDescriptor |
Gets a human-readable description of an Operation given its IOperationDescriptor.
|

Instances of the OperationFormatter class form a chain of responsibility. If one instance does not know how to format an Operation, it calls the next instance in the chain.
