Interface implemented by the RecordableAttribute aspect.
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 interface IRecordableProperties
| 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. |