Namespaces

Types

Type IPropertyAccessor

Namespace NHibernate.Property

Methods

Public instance methods

IGetter GetGetter(Type theClass, string propertyName)

When implemented by a class, create a "getter" for the mapped property.
Parameters
return IGetter The IGetter to use to get the value of the Property from an instance of the Type .
Type theClass The Type to find the Property in.
string propertyName The name of the mapped Property to get.

ISetter GetSetter(Type theClass, string propertyName)

When implemented by a class, create a "setter" for the mapped property.
Parameters
return ISetter The ISetter to use to set the value of the Property on an instance of the Type .
Type theClass The Type to find the Property in.
string propertyName The name of the mapped Property to set.