Defines the basic contract of a Property within the runtime metamodel.
Namespace:
NHibernate.TupleAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public MustInherit Class Property |
C# |
---|
[SerializableAttribute] public abstract class Property |
Visual C++ |
---|
[SerializableAttribute] public ref class Property abstract |
JavaScript |
---|
NHibernate.Tuple.Property = function(); Type.createClass( 'NHibernate.Tuple.Property'); |
Remarks
Author: Steve Ebersole
Inheritance Hierarchy
System..::.Object
NHibernate.Tuple..::.Property
NHibernate.Tuple..::.IdentifierProperty
NHibernate.Tuple..::.StandardProperty
NHibernate.Tuple..::.Property
NHibernate.Tuple..::.IdentifierProperty
NHibernate.Tuple..::.StandardProperty