Namespaces

Types

Type NoSetterAccessor

Namespace NHibernate.Property

Interfaces IPropertyAccessor

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

IGetter GetGetter(Type type, string propertyName)

Creates an BasicGetter to get the value from the 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 FieldSetter to set the value of the mapped Property through a Field .
Parameters
return ISetter The FieldSetter to use to set the value of the Property on an instance of the Type .
Type type The Type to find the mapped Property in.
string propertyName The name of the mapped Property to set.

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string