Factory for creating the various PropertyAccessor strategies.

Namespace:  NHibernate.Property
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class PropertyAccessorFactory
C#
public sealed class PropertyAccessorFactory
Visual C++
public ref class PropertyAccessorFactory sealed
JavaScript
NHibernate.Property.PropertyAccessorFactory = function();

Type.createClass(
	'NHibernate.Property.PropertyAccessorFactory');

Inheritance Hierarchy

System..::.Object
  NHibernate.Property..::.PropertyAccessorFactory

See Also