Represents a version 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 VersionProperty : StandardProperty
Visual Basic
<SerializableAttribute> _
Public Class VersionProperty _
	Inherits StandardProperty
Visual C++
[SerializableAttribute]
public ref class VersionProperty : public StandardProperty

Remarks

Author: Steve Ebersole

Inheritance Hierarchy

System..::..Object
  NHibernate.Tuple..::..Property
    NHibernate.Tuple..::..StandardProperty
      NHibernate.Tuple..::..VersionProperty

See Also