Used to declare properties not represented at the pojo level
Namespace: NHibernate.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class NoopAccessor : IPropertyAccessor |
Visual Basic |
---|
<SerializableAttribute> _ Public Class NoopAccessor _ Implements IPropertyAccessor |
Visual C++ |
---|
[SerializableAttribute] public ref class NoopAccessor : IPropertyAccessor |