IRecordable.Recorder Property |
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.9.11.0 (6.9.11.0)
Getting this property automatically attaches the object to the default Recorder if it is not yet attached. Use the HasRecorder(Boolean) method with the false argument to determine whether the object is already attached to a recorder.
Named code should not invoke the setting of this property. |
When this property is set, it is not the responsibility of the class implementing this interface to also set the property to all children. This responsibility belongs to the Recorder class