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
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public abstract class RecorderProviderConstructors
| 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. |