PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingNot­Recorded­Attribute
Open sandboxFocus

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.

Inheritance
NotRecordedAttribute
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class NotRecordedAttribute : Attribute

Constructors

Name Description
NotRecordedAttribute()