When implemented by a class, gets or set a boolean indicating
if the mapped class has properties that can be changed.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public abstract bool IsMutable { get; set; } |
Visual Basic |
---|
Public MustOverride Property IsMutable As Boolean Get Set |
Visual C++ |
---|
public: virtual property bool IsMutable { bool get () abstract; void set (bool value) abstract; } |
Field Value
trueTruetruetrue (True in Visual Basic) if the object is mutable.Remarks
The value of this is set by the mutable attribute.