Does the class implement the IValidatable inteface?

Namespace:  NHibernate.Metadata
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ImplementsValidatable As Boolean
C#
bool ImplementsValidatable { get; }
Visual C++
property bool ImplementsValidatable {
	bool get ();
}
JavaScript
function get_implementsValidatable();

See Also