The IPropertyAccessor type exposes the following members.

Methods

  NameDescription
Public methodGetGetter
When implemented by a class, create a "getter" for the mapped property.
Public methodGetSetter
When implemented by a class, create a "setter" for the mapped property.

Properties

  NameDescription
Public propertyCanAccessThroughReflectionOptimizer
Allow embedded and custom accessors to define if the ReflectionOptimizer can be used.

See Also