Initializes a new instance of the ClassMapper class
Namespace: NHibernate.Mapping.ByCode.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public ClassMapper( Type rootClass, HbmMapping mapDoc, MemberInfo idProperty ) |
Visual Basic |
---|
Public Sub New ( _ rootClass As Type, _ mapDoc As HbmMapping, _ idProperty As MemberInfo _ ) |
Visual C++ |
---|
public: ClassMapper( Type^ rootClass, HbmMapping^ mapDoc, MemberInfo^ idProperty ) |
Parameters
- rootClass
- Type: System..::..Type
[Missing <param name="rootClass"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ClassMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,System.Reflection.MemberInfo)"]
- mapDoc
- Type: NHibernate.Cfg.MappingSchema..::..HbmMapping
[Missing <param name="mapDoc"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ClassMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,System.Reflection.MemberInfo)"]
- idProperty
- Type: System.Reflection..::..MemberInfo
[Missing <param name="idProperty"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ClassMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,System.Reflection.MemberInfo)"]