Share via


FreezableObject members

Represents an abstract base class that provides a simplified version of the Freeze functionality that is defined in the Freezable class.

The FreezableObject type exposes the following members.

Properties

  Name Description
Public property IsFrozen Gets a Boolean value that if true indicates that the object is read-only.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Freeze Calling the Freeze() method sets IsFrozen=true and prevents any further changes to the object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method RequireNotFrozen
Public method ToString (Inherited from Object.)

Top

See also

Reference

FreezableObject class

Microsoft.SharePoint.Publishing namespace