[Missing <summary> documentation for "M:NHibernate.Event.Default.DefaultMergeEventListener.EntityIsPersistent(NHibernate.Event.MergeEvent,System.Collections.IDictionary)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected virtual void EntityIsPersistent( MergeEvent event, IDictionary copyCache ) |
Visual Basic |
---|
Protected Overridable Sub EntityIsPersistent ( _ event As MergeEvent, _ copyCache As IDictionary _ ) |
Visual C++ |
---|
protected: virtual void EntityIsPersistent( MergeEvent^ event, IDictionary^ copyCache ) |
Parameters
- event
- Type: NHibernate.Event..::..MergeEvent
[Missing <param name="event"/> documentation for "M:NHibernate.Event.Default.DefaultMergeEventListener.EntityIsPersistent(NHibernate.Event.MergeEvent,System.Collections.IDictionary)"]
- copyCache
- Type: System.Collections..::..IDictionary
[Missing <param name="copyCache"/> documentation for "M:NHibernate.Event.Default.DefaultMergeEventListener.EntityIsPersistent(NHibernate.Event.MergeEvent,System.Collections.IDictionary)"]