PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingRecorder­Provider
Open sandboxFocus

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.

Inheritance
RecorderProvider
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
public abstract class RecorderProvider : Object

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.