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