Get the Type for the named property of a type.
Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static Type ReflectedPropertyClass( string className, string name, string accessorName ) |
Visual Basic |
---|
Public Shared Function ReflectedPropertyClass ( _ className As String, _ name As String, _ accessorName As String _ ) As Type |
Visual C++ |
---|
public: static Type^ ReflectedPropertyClass( String^ className, String^ name, String^ accessorName ) |
Parameters
- className
- Type: System..::..String
The FullName to find the property in.
- name
- Type: System..::..String
The name of the property/field to find in the class.
- accessorName
- Type: System..::..String
The name of the property accessor for the property.