Abstracts the notion of a "property". Defines a strategy for accessing the value of a mapped property.

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IPropertyAccessor
Visual Basic
Public Interface IPropertyAccessor
Visual C++
public interface class IPropertyAccessor

See Also