Open sandboxFocus

Class ObservedExpressionsAttribute

When applied to the OnChildPropertyChanged and OnObservablePropertyChanged method, indicates that the specified expressions are observed using these methods.

Inheritance
ObservedExpressionsAttribute
Namespace: Metalama.Patterns.Observability
Assembly: Metalama.Patterns.Observability.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class ObservedExpressionsAttribute : Attribute

Constructors

Name Description
ObservedExpressionsAttribute(params string[])

Initializes a new instance of the ObservedExpressionsAttribute class.