Does the class managed by this tuplizer implement the IValidatable interface.

Namespace: NHibernate.Tuple.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsValidatableImplementor { get; }
Visual Basic
ReadOnly Property IsValidatableImplementor As Boolean
	Get
Visual C++
property bool IsValidatableImplementor {
	bool get ();
}

Return Value

True if the IValidatable interface is implemented; false otherwise.

See Also