PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingIRecordable
Open sandboxFocus

IRecordable Interface

Interface implemented by the RecordableAttribute aspect.

Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
[HasInheritedAttribute(new long[]{})]
public interface IRecordable

Properties

Name Description
Recorder

Gets the recorder attached to the current object.

Methods

Name Description
HasRecorder(Boolean)

Determines whether the current object is attached to a Recorder, if not, optionally attaches the object to the default Recorder.