Configuration parsed values for a mapping XML node
Namespace: NHibernate.Cfg.ConfigurationSchemaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public class MappingConfiguration : IEquatable<MappingConfiguration> |
| Visual Basic |
|---|
Public Class MappingConfiguration _ Implements IEquatable(Of MappingConfiguration) |
| Visual C++ |
|---|
public ref class MappingConfiguration : IEquatable<MappingConfiguration^> |
Remarks
There are 3 possible combinations of mapping attributes
1 - resource and assembly: NHibernate will read the mapping resource from the specified assembly
2 - file only: NHibernate will read the mapping from the file.
3 - assembly only: NHibernate will find all the resources ending in hbm.xml from the assembly.