Does the class implement the ILifecycle interface?

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

Syntax

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

See Also