Namespaces

Types

Type BasicSetter

Namespace NHibernate.Property

Interfaces ISetter, IOptimizableSetter

Methods

Properties

Public instance methods

void Emit(ILGenerator il)

Parameters
ILGenerator il

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

void Set(object target, object value)

Sets the value of the Property on the object.
Parameters
object target The object to set the Property value in.
object value The value to set the Property to.

string ToString()

Parameters
return string

Public properties

MethodInfo Method get;

Gets the PropertyInfo for the mapped Property.
return MethodInfo

PropertyInfo Property get;

return PropertyInfo

string PropertyName get;

Gets the name of the mapped Property.
return string