Namespaces

Types

Type FieldGetter

Namespace NHibernate.Property

Interfaces IGetter, IOptimizableGetter

Methods

Properties

Public instance methods

void Emit(ILGenerator il)

Parameters
ILGenerator il

bool Equals(object obj)

Parameters
return bool
object obj

object Get(object target)

Gets the value of the Field from the object.
Parameters
return object The value of the Field for the target.
object target The object to get the Field value from.

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

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

Type ReturnType get;

Gets the Type that the Field returns.
return Type