[Missing <summary> documentation for "M:NHibernate.Tuple.Entity.AbstractEntityTuplizer.ShouldGetAllProperties(System.Object)"]

Namespace: NHibernate.Tuple.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual bool ShouldGetAllProperties(
	Object entity
)
Visual Basic
Protected Overridable Function ShouldGetAllProperties ( _
	entity As Object _
) As Boolean
Visual C++
protected:
virtual bool ShouldGetAllProperties(
	Object^ entity
)

Parameters

entity
Type: System..::..Object

[Missing <param name="entity"/> documentation for "M:NHibernate.Tuple.Entity.AbstractEntityTuplizer.ShouldGetAllProperties(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Tuple.Entity.AbstractEntityTuplizer.ShouldGetAllProperties(System.Object)"]

See Also