AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

IFreezable Interface

Marks an entity that can be made immutable via Freeze()()()() and deep-cloned via Clone. Once frozen, property setters route through EnforceFreezeOnMutation(String), which logs and optionally throws on mutation. Implementations are expected to freeze any nested freezable members in Freeze()()()() and deep-clone nested members in Clone.

Namespace:  AdvantageCMS.Core.Admin.Interfaces
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)