Accesses mapped property values via a get/set pair, which may be nonpublic.
The default (and recommended strategy).
Namespace: NHibernate.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
[SerializableAttribute] public class BasicPropertyAccessor : IPropertyAccessor |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class BasicPropertyAccessor _ Implements IPropertyAccessor |
| Visual C++ |
|---|
[SerializableAttribute] public ref class BasicPropertyAccessor : IPropertyAccessor |