Responsible for generation of runtime metamodel Property representations. Makes distinction between identifier, version, and other (standard) properties.

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

Syntax

Visual Basic (Declaration)
Public Class PropertyFactory
C#
public class PropertyFactory
Visual C++
public ref class PropertyFactory
JavaScript
NHibernate.Tuple.PropertyFactory = function();

Type.createClass(
	'NHibernate.Tuple.PropertyFactory');

Remarks

Author: Steve Ebersole

Inheritance Hierarchy

System..::.Object
  NHibernate.Tuple..::.PropertyFactory

See Also