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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub SetTypeByReflection ( _
	propertyClass As Type, _
	propertyName As String, _
	propertyAccess As String _
)
C#
public abstract void SetTypeByReflection(
	Type propertyClass,
	string propertyName,
	string propertyAccess
)
Visual C++
public:
virtual void SetTypeByReflection(
	Type^ propertyClass, 
	String^ propertyName, 
	String^ propertyAccess
) abstract override
JavaScript
function setTypeByReflection(propertyClass, propertyName, propertyAccess);

Parameters

propertyClass
Type: System..::.Type
propertyName
Type: System..::.String
propertyAccess
Type: System..::.String

See Also