Represents a basic property within the Hibernate runtime-metamodel.

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

Syntax

Visual Basic (Declaration)
Public Class StandardProperty _
	Inherits Property
C#
public class StandardProperty : Property
Visual C++
public ref class StandardProperty : public Property
JavaScript
NHibernate.Tuple.StandardProperty = function();

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

Remarks

Author: Steve Ebersole

Inheritance Hierarchy

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

See Also