Initializes a new instance of the CollectionUpdateAction class

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

Syntax

C#
public CollectionUpdateAction(
	IPersistentCollection collection,
	ICollectionPersister persister,
	Object key,
	bool emptySnapshot,
	ISessionImplementor session
)
Visual Basic
Public Sub New ( _
	collection As IPersistentCollection, _
	persister As ICollectionPersister, _
	key As Object, _
	emptySnapshot As Boolean, _
	session As ISessionImplementor _
)
Visual C++
public:
CollectionUpdateAction(
	IPersistentCollection^ collection, 
	ICollectionPersister^ persister, 
	Object^ key, 
	bool emptySnapshot, 
	ISessionImplementor^ session
)

Parameters

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

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

persister
Type: NHibernate.Persister.Collection..::..ICollectionPersister

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

key
Type: System..::..Object

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

emptySnapshot
Type: System..::..Boolean

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

session
Type: NHibernate.Engine..::..ISessionImplementor

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

See Also