[Missing <summary> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.SetSnapshot(System.Object,System.String,System.Object)"]

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

Syntax

C#
public void SetSnapshot(
	Object key,
	string role,
	Object snapshot
)
Visual Basic
Public Sub SetSnapshot ( _
	key As Object, _
	role As String, _
	snapshot As Object _
)
Visual C++
public:
virtual void SetSnapshot(
	Object^ key, 
	String^ role, 
	Object^ snapshot
) sealed

Parameters

key
Type: System..::..Object

[Missing <param name="key"/> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.SetSnapshot(System.Object,System.String,System.Object)"]

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.SetSnapshot(System.Object,System.String,System.Object)"]

snapshot
Type: System..::..Object

[Missing <param name="snapshot"/> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.SetSnapshot(System.Object,System.String,System.Object)"]

Implements

IPersistentCollection..::..SetSnapshot(Object, String, Object)

See Also