Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub SetTypeByReflection ( _ propertyClass As Type, _ propertyName As String, _ propertyAccess As String _ ) |
C# |
---|
public virtual void SetTypeByReflection( Type propertyClass, string propertyName, string propertyAccess ) |
Visual C++ |
---|
public: virtual void SetTypeByReflection( Type^ propertyClass, String^ propertyName, String^ propertyAccess ) |
JavaScript |
---|
function setTypeByReflection(propertyClass, propertyName, propertyAccess); |
Parameters
- propertyClass
- Type: System..::.Type
- propertyName
- Type: System..::.String
- propertyAccess
- Type: System..::.String