Open sandboxFocus

Class NotRecordedAttribute

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.

Inheritance
NotRecordedAttribute
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)]
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class NotRecordedAttribute : Attribute

Constructors

Name Description
NotRecordedAttribute()