For collections just loaded from the database

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

Syntax

C#
public CollectionEntry(
	IPersistentCollection collection,
	ICollectionPersister loadedPersister,
	Object loadedKey,
	bool ignore
)
Visual Basic
Public Sub New ( _
	collection As IPersistentCollection, _
	loadedPersister As ICollectionPersister, _
	loadedKey As Object, _
	ignore As Boolean _
)
Visual C++
public:
CollectionEntry(
	IPersistentCollection^ collection, 
	ICollectionPersister^ loadedPersister, 
	Object^ loadedKey, 
	bool ignore
)

Parameters

collection
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="collection"/> documentation for "M:NHibernate.Engine.CollectionEntry.#ctor(NHibernate.Collection.IPersistentCollection,NHibernate.Persister.Collection.ICollectionPersister,System.Object,System.Boolean)"]

loadedPersister
Type: NHibernate.Persister.Collection..::..ICollectionPersister

[Missing <param name="loadedPersister"/> documentation for "M:NHibernate.Engine.CollectionEntry.#ctor(NHibernate.Collection.IPersistentCollection,NHibernate.Persister.Collection.ICollectionPersister,System.Object,System.Boolean)"]

loadedKey
Type: System..::..Object

[Missing <param name="loadedKey"/> documentation for "M:NHibernate.Engine.CollectionEntry.#ctor(NHibernate.Collection.IPersistentCollection,NHibernate.Persister.Collection.ICollectionPersister,System.Object,System.Boolean)"]

ignore
Type: System..::..Boolean

[Missing <param name="ignore"/> documentation for "M:NHibernate.Engine.CollectionEntry.#ctor(NHibernate.Collection.IPersistentCollection,NHibernate.Persister.Collection.ICollectionPersister,System.Object,System.Boolean)"]

See Also