[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.CanReadCantWriteInBaseType(System.Reflection.PropertyInfo)"]

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

Syntax

C#
protected bool CanReadCantWriteInBaseType(
	PropertyInfo property
)
Visual Basic
Protected Function CanReadCantWriteInBaseType ( _
	property As PropertyInfo _
) As Boolean
Visual C++
protected:
bool CanReadCantWriteInBaseType(
	PropertyInfo^ property
)

Parameters

property
Type: System.Reflection..::..PropertyInfo

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.CanReadCantWriteInBaseType(System.Reflection.PropertyInfo)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.CanReadCantWriteInBaseType(System.Reflection.PropertyInfo)"]

See Also