PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelIgnore­Auto­Change­Notification­Attribute
Open sandboxFocus

Class IgnoreAutoChangeNotificationAttribute

Custom attribute that, when applied to a property, prevents the NotifyPropertyChangedAttribute aspect to raise change notifications for this property.

Inheritance
IgnoreAutoChangeNotificationAttribute
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class IgnoreAutoChangeNotificationAttribute : Attribute, IValidableAnnotation

Constructors

Name Description
IgnoreAutoChangeNotificationAttribute() PostSharp.Patterns.Model.IgnoreAutoChangeNotificationAttribute

Methods

Name Description
CompileTimeValidate(Object)