Namespaces

Types

Type BasicGetter

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 Property from the object.
Parameters
return object The value of the Property for the target.
object target The object to get the Property 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

PropertyInfo Property get;

return PropertyInfo

string PropertyName get;

Gets the name of the Property.
return string

Type ReturnType get;

Gets the Type that the Property returns.
return Type