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

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

Syntax

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

Return Value

True if the ILifecycle interface is implemented; false otherwise.

See Also