[Missing <summary> documentation for "M:NHibernate.Intercept.FieldInterceptionHelper.IsInstrumented(System.Object)"]

Namespace: NHibernate.Intercept
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static bool IsInstrumented(
	Object entity
)
Visual Basic
Public Shared Function IsInstrumented ( _
	entity As Object _
) As Boolean
Visual C++
public:
static bool IsInstrumented(
	Object^ entity
)

Parameters

entity
Type: System..::..Object

[Missing <param name="entity"/> documentation for "M:NHibernate.Intercept.FieldInterceptionHelper.IsInstrumented(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Intercept.FieldInterceptionHelper.IsInstrumented(System.Object)"]

See Also