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

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

Syntax

C#
public Object GetPropertyValue(
	Object entity,
	string propertyPath
)
Visual Basic
Public Function GetPropertyValue ( _
	entity As Object, _
	propertyPath As String _
) As Object
Visual C++
public:
virtual Object^ GetPropertyValue(
	Object^ entity, 
	String^ propertyPath
) sealed

Parameters

entity
Type: System..::..Object

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

propertyPath
Type: System..::..String

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Tuple.Entity.AbstractEntityTuplizer.GetPropertyValue(System.Object,System.String)"]

Implements

IEntityTuplizer..::..GetPropertyValue(Object, String)

See Also