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

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

Syntax

C#
[SerializableAttribute]
public class IdentifierProperty : Property
Visual Basic
<SerializableAttribute> _
Public Class IdentifierProperty _
	Inherits Property
Visual C++
[SerializableAttribute]
public ref class IdentifierProperty : public Property

Remarks

Author: Steve Ebersole

Inheritance Hierarchy

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

See Also