Namespace:
NHibernate.Transform
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ constructor As ConstructorInfo _ ) |
C# |
---|
public AliasToBeanConstructorResultTransformer( ConstructorInfo constructor ) |
Visual C++ |
---|
public: AliasToBeanConstructorResultTransformer( ConstructorInfo^ constructor ) |
JavaScript |
---|
NHibernate.Transform.AliasToBeanConstructorResultTransformer = function(constructor); |
Parameters
- constructor
- Type: System.Reflection..::.ConstructorInfo