NotRecordedAttribute Class |
Custom attribute that, when applied to field or property, specifies that it should not be affected by the RecordableAttribute aspect.
Therefore, changes to this field or property will not be recorded into a Recorder, and will not be affected
by undo/redo operations.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public sealed class NotRecordedAttribute : Attribute
The NotRecordedAttribute type exposes the following members.
Name | Description | |
---|---|---|
NotRecordedAttribute | Initializes a new instance of the NotRecordedAttribute class |