[Missing <summary> documentation for "M:NHibernate.Tuple.Entity.AbstractEntityTuplizer.SetPropertyValue(System.Object,System.Int32,System.Object)"]

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

Syntax

C#
public void SetPropertyValue(
	Object entity,
	int i,
	Object value
)
Visual Basic
Public Sub SetPropertyValue ( _
	entity As Object, _
	i As Integer, _
	value As Object _
)
Visual C++
public:
virtual void SetPropertyValue(
	Object^ entity, 
	int i, 
	Object^ value
) sealed

Parameters

entity
Type: System..::..Object

[Missing <param name="entity"/> documentation for "M:NHibernate.Tuple.Entity.AbstractEntityTuplizer.SetPropertyValue(System.Object,System.Int32,System.Object)"]

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:NHibernate.Tuple.Entity.AbstractEntityTuplizer.SetPropertyValue(System.Object,System.Int32,System.Object)"]

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:NHibernate.Tuple.Entity.AbstractEntityTuplizer.SetPropertyValue(System.Object,System.Int32,System.Object)"]

Implements

IEntityTuplizer..::..SetPropertyValue(Object, Int32, Object)

See Also