Namespaces

Types

Type IGetter

Namespace NHibernate.Property

Methods

Properties

Public instance methods

object Get(object target)

When implemented by a class, gets the value of the Property/Field from the object.
Parameters
return object The value of the Property for the target.
object target The object to get the Property/Field value from.

Public properties

MethodInfo Method get;

When implemented by a class, gets the MethodInfo for the get accessor of the property.
${WriteSummary(content)}
return MethodInfo

string PropertyName get;

When implemented by a class, gets the name of the Property.
${WriteSummary(content)}
return string

Type ReturnType get;

When implemented by a class, gets the Type that the Property/Field returns.
return Type