Intercept field set/get

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

Syntax

C#
Object Intercept(
	Object target,
	string fieldName,
	Object value
)
Visual Basic
Function Intercept ( _
	target As Object, _
	fieldName As String, _
	value As Object _
) As Object
Visual C++
Object^ Intercept(
	Object^ target, 
	String^ fieldName, 
	Object^ value
)

Parameters

target
Type: System..::..Object

[Missing <param name="target"/> documentation for "M:NHibernate.Intercept.IFieldInterceptor.Intercept(System.Object,System.String,System.Object)"]

fieldName
Type: System..::..String

[Missing <param name="fieldName"/> documentation for "M:NHibernate.Intercept.IFieldInterceptor.Intercept(System.Object,System.String,System.Object)"]

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:NHibernate.Intercept.IFieldInterceptor.Intercept(System.Object,System.String,System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Intercept.IFieldInterceptor.Intercept(System.Object,System.String,System.Object)"]

See Also