IFreezable..::..EnforceFreezeOnMutation Method
Called by property setters before applying a new value. When this instance is frozen,
logs the attempted mutation and — depending on the unified FreezeEnforceLevel
appsetting — optionally throws InvalidOperationException.
Implementations should no-op when IsFrozen is false.
Namespace:
AdvantageCMS.Core.Admin.InterfacesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
Parameters
- propertyName
- Type: String
The name of the property being mutated (typically passed via nameof).

