An enum of the different ways a value might be "included".
Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration ValueInclusion |
| C# |
|---|
public enum ValueInclusion |
| Visual C++ |
|---|
public enum class ValueInclusion |
Members
| Member | Description |
|---|---|
| Full | |
| None | |
| Partial |
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.