Collapse imageExpand ImageCopy imageCopyHover image
       



NHibernate API Reference
IClassMapper Interface
Members See Also Send Feedback

[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.IClassMapper"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IClassMapper : IClassAttributesMapper, 
	IEntityAttributesMapper, IEntitySqlsMapper, IPropertyContainerMapper, ICollectionPropertiesContainerMapper, IPlainPropertyContainerMapper, 
	IBasePlainPropertyContainerMapper, IMinimalPlainPropertyContainerMapper
Visual Basic
Public Interface IClassMapper _
	Inherits IClassAttributesMapper, IEntityAttributesMapper, IEntitySqlsMapper, IPropertyContainerMapper,  _
	ICollectionPropertiesContainerMapper, IPlainPropertyContainerMapper, IBasePlainPropertyContainerMapper, IMinimalPlainPropertyContainerMapper
Visual C++
public interface class IClassMapper : IClassAttributesMapper, 
	IEntityAttributesMapper, IEntitySqlsMapper, IPropertyContainerMapper, ICollectionPropertiesContainerMapper, IPlainPropertyContainerMapper, 
	IBasePlainPropertyContainerMapper, IMinimalPlainPropertyContainerMapper

See Also

IClassMapper Members
NHibernate.Mapping.ByCode Namespace
Footer image

Send comments on this topic to nhibernate team

NHibernate