Namespaces

Types

Type BasicPropertyAccessor

Namespace NHibernate.Property

Interfaces IPropertyAccessor

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

IGetter GetGetter(Type type, string propertyName)

Create a BasicGetter for the mapped property.
Parameters
return IGetter The BasicGetter to use to get the value of the Property from an instance of the Type .
Type type The Type to find the Property in.
string propertyName The name of the mapped Property to get.

int GetHashCode()

Parameters
return int

ISetter GetSetter(Type type, string propertyName)

Create a BasicSetter for the mapped property.
Parameters
return ISetter The BasicSetter to use to set the value of the Property on an instance of the Type .
Type type The Type to find the Property in.
string propertyName The name of the mapped Property to get.

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string