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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class EmptyInterceptor _
	Implements IInterceptor
C#
[SerializableAttribute]
public class EmptyInterceptor : IInterceptor
Visual C++
[SerializableAttribute]
public ref class EmptyInterceptor : IInterceptor
JavaScript
NHibernate.EmptyInterceptor = function();

Type.createClass(
	'NHibernate.EmptyInterceptor',
	null,
	NHibernate.IInterceptor);

Inheritance Hierarchy

System..::.Object
  NHibernate..::.EmptyInterceptor

See Also