Base class for all operation formatters, which provide a human-readable description of operations (Operation).
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public abstract class OperationFormatterRemarks
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.
Constructors
| Name | Description |
|---|---|
| OperationFormatter(OperationFormatter) | Initializes a new instance of the OperationFormatter class. |
Methods
| Name | Description |
|---|---|
| FormatOperation(Operation) | Gets a human-readable description of an Operation. |
| FormatOperationDescriptor(IOperationDescriptor) | Gets a human-readable description of an Operation given its IOperationDescriptor. |