Interface implemented by the RecordableAttribute aspect.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
public interface IRecordable
Properties
Name | Description |
---|---|
Recorder | Gets the recorder attached to the current object. |
Methods
Name | Description |
---|---|
HasRecorder(bool) | Determines whether the current object is attached to a Recorder, if not, optionally attaches the object to the default Recorder. |