Namespaces

Types

Type FieldSetter

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 Field on the object.
Parameters
object target The object to set the Field value in.
object value The value to set the Field to.

string ToString()

Parameters
return string

Public properties

MethodInfo Method get;

Gets the PropertyInfo for the Property.
return MethodInfo

string PropertyName get;

Gets the name of the Property.
return string