[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.MatchEntity(System.Type)"]

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

Syntax

C#
protected bool MatchEntity(
	Type subject
)
Visual Basic
Protected Function MatchEntity ( _
	subject As Type _
) As Boolean
Visual C++
protected:
bool MatchEntity(
	Type^ subject
)

Parameters

subject
Type: System..::..Type

[Missing <param name="subject"/> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.MatchEntity(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.MatchEntity(System.Type)"]

See Also