The IGetter type exposes the following members.

Methods

  NameDescription
Public methodGet
When implemented by a class, gets the value of the Property/Field from the object.
Public methodGetForInsert
Get the property value from the given owner instance.

Properties

  NameDescription
Public propertyMethod
When implemented by a class, gets the MethodInfo for the get accessor of the property.
Public propertyPropertyName
When implemented by a class, gets the name of the Property.
Public propertyReturnType
When implemented by a class, gets the Type that the Property/Field returns.

See Also