Represents a defined entity identifier property within the Hibernate runtime-metamodel.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class IdentifierProperty _
	Inherits Property
C#
[SerializableAttribute]
public class IdentifierProperty : Property
Visual C++
[SerializableAttribute]
public ref class IdentifierProperty : public Property
JavaScript
NHibernate.Tuple.IdentifierProperty = function();

Type.createClass(
	'NHibernate.Tuple.IdentifierProperty',
	NHibernate.Tuple.Property);

Remarks

Author: Steve Ebersole

Inheritance Hierarchy

System..::.Object
  NHibernate.Tuple..::.Property
    NHibernate.Tuple..::.IdentifierProperty

See Also