Represents a basic 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#
public class StandardProperty : Property
Visual Basic
Public Class StandardProperty _
	Inherits Property
Visual C++
public ref class StandardProperty : public Property

Remarks

Author: Steve Ebersole

Inheritance Hierarchy

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

See Also