Properties that may be dirty (and thus should be dirty-checked). These include all updatable properties and some associations.

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyCheckability As Boolean()
C#
bool[] PropertyCheckability { get; }
Visual C++
property array<bool>^ PropertyCheckability {
	array<bool>^ get ();
}
JavaScript
function get_propertyCheckability();

See Also