RecorderProvider Class |
Abstract class that represents a node in the chain of responsibility, starting at the RecorderProvider property,
whose role is to provide a default Recorder to recordable objects.

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 RecorderProvider
The RecorderProvider type exposes the following members.

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

Name | Description | |
---|---|---|
![]() | GetRecorder |
Gets the default Recorder for a given object. This method goes through the whole chain of responsibility.
|
![]() | GetRecorderCore |
Gets the default Recorder for a given object.
|
