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.dll
Syntax
public abstract class RecorderProvider
Constructors
Name | Description |
---|---|
RecorderProvider(RecorderProvider) | Initializes a new instance of the RecorderProvider class. |
Methods
Name | Description |
---|---|
GetRecorder(object) | Gets the default Recorder for a given object. This method goes through the whole chain of responsibility. |
GetRecorderCore(object) | Gets the default Recorder for a given object. |