[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.GetContainerEntity(NHibernate.Mapping.ByCode.PropertyPath,NHibernate.Mapping.ByCode.IModelInspector)"]

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

Syntax

C#
public static Type GetContainerEntity(
	this PropertyPath propertyPath,
	IModelInspector domainInspector
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetContainerEntity ( _
	propertyPath As PropertyPath, _
	domainInspector As IModelInspector _
) As Type
Visual C++
[ExtensionAttribute]
public:
static Type^ GetContainerEntity(
	PropertyPath^ propertyPath, 
	IModelInspector^ domainInspector
)

Parameters

propertyPath
Type: NHibernate.Mapping.ByCode..::..PropertyPath

[Missing <param name="propertyPath"/> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.GetContainerEntity(NHibernate.Mapping.ByCode.PropertyPath,NHibernate.Mapping.ByCode.IModelInspector)"]

domainInspector
Type: NHibernate.Mapping.ByCode..::..IModelInspector

[Missing <param name="domainInspector"/> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.GetContainerEntity(NHibernate.Mapping.ByCode.PropertyPath,NHibernate.Mapping.ByCode.IModelInspector)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.GetContainerEntity(NHibernate.Mapping.ByCode.PropertyPath,NHibernate.Mapping.ByCode.IModelInspector)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyPath. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also