Namespaces

Types

Type ISetter

Namespace NHibernate.Property

Methods

Properties

Public instance methods

void Set(object target, object value)

When implemented by a class, sets the value of the Property/Field on the object.
Parameters
object target The object to set the Property value in.
object value The value to set the Property to.

Public properties

MethodInfo Method get;

When implemented by a class, gets the MethodInfo for the set 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