[Missing <summary> documentation for "P:NHibernate.Intercept.AbstractFieldInterceptor.IsDirty"]

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

Syntax

C#
public bool IsDirty { get; }
Visual Basic
Public ReadOnly Property IsDirty As Boolean
	Get
Visual C++
public:
virtual property bool IsDirty {
	bool get () sealed;
}

Implements

IFieldInterceptor..::..IsDirty

See Also