Build an appropriate Getter for the given property.
Namespace: NHibernate.Tuple.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected abstract IGetter BuildPropertyGetter( Property mappedProperty, PersistentClass mappedEntity ) |
Visual Basic |
---|
Protected MustOverride Function BuildPropertyGetter ( _ mappedProperty As Property, _ mappedEntity As PersistentClass _ ) As IGetter |
Visual C++ |
---|
protected: virtual IGetter^ BuildPropertyGetter( Property^ mappedProperty, PersistentClass^ mappedEntity ) abstract |
Parameters
- mappedProperty
- Type: NHibernate.Mapping..::..Property
The property to be accessed via the built Getter.
- mappedEntity
- Type: NHibernate.Mapping..::..PersistentClass
The entity information regarding the mapped entity owning this property.