Builder for configuring options specific to the classic (default) implementation strategy of the ObservableAttribute aspect.
Namespace: Metalama.Patterns.Observability.Configuration
Assembly: Metalama.Patterns.Observability.dll
Syntax
[CompileTime]
public sealed class ClassicObservabilityStrategyOptionsBuilderRemarks
The classic strategy generates code that follows standard MVVM patterns with an OnPropertyChanged method
and support for child object monitoring through OnChildPropertyChanged and OnObservablePropertyChanged methods.