[Missing <summary> documentation for "M:NHibernate.Type.CompositeCustomType.Replace(System.Object,System.Object,NHibernate.Engine.ISessionImplementor,System.Object,System.Collections.IDictionary)"]

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

Syntax

C#
public override Object Replace(
	Object original,
	Object current,
	ISessionImplementor session,
	Object owner,
	IDictionary copiedAlready
)
Visual Basic
Public Overrides Function Replace ( _
	original As Object, _
	current As Object, _
	session As ISessionImplementor, _
	owner As Object, _
	copiedAlready As IDictionary _
) As Object
Visual C++
public:
virtual Object^ Replace(
	Object^ original, 
	Object^ current, 
	ISessionImplementor^ session, 
	Object^ owner, 
	IDictionary^ copiedAlready
) override

Parameters

original
Type: System..::..Object

[Missing <param name="original"/> documentation for "M:NHibernate.Type.CompositeCustomType.Replace(System.Object,System.Object,NHibernate.Engine.ISessionImplementor,System.Object,System.Collections.IDictionary)"]

current
Type: System..::..Object

[Missing <param name="current"/> documentation for "M:NHibernate.Type.CompositeCustomType.Replace(System.Object,System.Object,NHibernate.Engine.ISessionImplementor,System.Object,System.Collections.IDictionary)"]

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

[Missing <param name="session"/> documentation for "M:NHibernate.Type.CompositeCustomType.Replace(System.Object,System.Object,NHibernate.Engine.ISessionImplementor,System.Object,System.Collections.IDictionary)"]

owner
Type: System..::..Object

[Missing <param name="owner"/> documentation for "M:NHibernate.Type.CompositeCustomType.Replace(System.Object,System.Object,NHibernate.Engine.ISessionImplementor,System.Object,System.Collections.IDictionary)"]

copiedAlready
Type: System.Collections..::..IDictionary

[Missing <param name="copiedAlready"/> documentation for "M:NHibernate.Type.CompositeCustomType.Replace(System.Object,System.Object,NHibernate.Engine.ISessionImplementor,System.Object,System.Collections.IDictionary)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.CompositeCustomType.Replace(System.Object,System.Object,NHibernate.Engine.ISessionImplementor,System.Object,System.Collections.IDictionary)"]

Implements

IType..::..Replace(Object, Object, ISessionImplementor, Object, IDictionary)
IType..::..Replace(Object, Object, ISessionImplementor, Object, IDictionary)

See Also