Gets the value indicating if this IType is mutable.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides NotOverridable ReadOnly Property IsMutable As Boolean |
C# |
---|
public override sealed bool IsMutable { get; } |
Visual C++ |
---|
public: virtual property bool IsMutable { bool get () override sealed; } |
JavaScript |
---|
function get_isMutable(); |
Field Value
true - a MutableType is mutable.Implements
IType..::.IsMutable
Remarks
This has been "sealed" because any subclasses are expected to be mutable. If
the type is immutable then they should inherit from ImmutableType.