MetalamaAPI documentationPatterns APIMetalama.​Patterns.​ObservabilityNot­Observable­Attribute
Open sandboxFocus

NotObservableAttribute Class

Custom attribute that, when applied to a property, prevents the ObservableAttribute aspect from raising change notifications for this property.

Inheritance
NotObservableAttribute
Namespace: Metalama.Patterns.Observability
Assembly: Metalama.Patterns.Observability.dll
Syntax
public sealed class NotObservableAttribute : Attribute
Remarks

This means that if you change the value of that property, the PropertyChanged event will not be raised.

Constructors

Name Description
NotObservableAttribute()