[Missing <summary> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.GetEntityName(NHibernate.Cfg.MappingSchema.IRelationship,NHibernate.Cfg.Mappings)"]

Namespace: NHibernate.Cfg.XmlHbmBinding
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected static string GetEntityName(
	IRelationship relationship,
	Mappings mappings
)
Visual Basic
Protected Shared Function GetEntityName ( _
	relationship As IRelationship, _
	mappings As Mappings _
) As String
Visual C++
protected:
static String^ GetEntityName(
	IRelationship^ relationship, 
	Mappings^ mappings
)

Parameters

relationship
Type: NHibernate.Cfg.MappingSchema..::..IRelationship

[Missing <param name="relationship"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.GetEntityName(NHibernate.Cfg.MappingSchema.IRelationship,NHibernate.Cfg.Mappings)"]

mappings
Type: NHibernate.Cfg..::..Mappings

[Missing <param name="mappings"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.GetEntityName(NHibernate.Cfg.MappingSchema.IRelationship,NHibernate.Cfg.Mappings)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.GetEntityName(NHibernate.Cfg.MappingSchema.IRelationship,NHibernate.Cfg.Mappings)"]

See Also