An enum of the different ways a value might be "included".

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

Syntax

Visual Basic (Declaration)
Public Enumeration ValueInclusion
C#
public enum ValueInclusion
Visual C++
public enum class ValueInclusion
JavaScript
NHibernate.Engine.ValueInclusion = function();
NHibernate.Engine.ValueInclusion.createEnum('NHibernate.Engine.ValueInclusion', false);

Members

Member nameDescription
None
Partial
Full

Remarks

This is really an expanded true/false notion with Partial being the expansion. Partial deals with components in the cases where parts of the referenced component might define inclusion, but the component overall does not.

See Also