Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class IdentifierBagType _ Inherits CollectionType |
C# |
---|
[SerializableAttribute] public class IdentifierBagType : CollectionType |
Visual C++ |
---|
[SerializableAttribute] public ref class IdentifierBagType : public CollectionType |
JavaScript |
---|
NHibernate.Type.IdentifierBagType = function(); Type.createClass( 'NHibernate.Type.IdentifierBagType', NHibernate.Type.CollectionType); |
Inheritance Hierarchy
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.IdentifierBagType
NHibernate.Type..::.GenericIdentifierBagType<(Of <(T>)>)
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.IdentifierBagType
NHibernate.Type..::.GenericIdentifierBagType<(Of <(T>)>)