Gets or set a boolean indicating if the mapped class has properties that can be changed.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override bool IsMutable { get; set; }
Visual Basic
Public Overrides Property IsMutable As Boolean
	Get
	Set
Visual C++
public:
virtual property bool IsMutable {
	bool get () override;
	void set (bool value) override;
}

Field Value

trueTruetruetrue (True in Visual Basic) if the Superclass is mutable.

See Also