return bool |
|
object obj |
return bool |
|
object obj |
get
the value from the Property.
return IGetter |
The BasicGetter to use to get the value of the Property from an instance of the Type . |
Type type |
The Type to find the Property in. |
string propertyName |
The name of the mapped Property to get. |
return int |
set
the value of the mapped Property
through a Field
.
return ISetter |
The FieldSetter to use to set the value of the Property on an instance of the Type . |
Type type |
The Type to find the mapped Property in. |
string propertyName |
The name of the mapped Property to set. |
return Type |
return string |