A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping..::..SimpleValue
    NHibernate.Mapping..::..DependantValue

See Also