OperationFormatter Class |
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
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.