Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / PersistableList<T> Class / ReplaceElements Method
the original
the target
the persister
the entity that owns the collection
copy cache?
the session
In This Topic
    ReplaceElements Method
    In This Topic
    Replace the elements of a collection with the elements of another collection
    Syntax
    public object ReplaceElements( 
       object original,
       object target,
       NHibernate.Persister.Collection.ICollectionPersister persister,
       object owner,
       IDictionary copyCache,
       NHibernate.Engine.ISessionImplementor session
    )

    Parameters

    original
    the original
    target
    the target
    persister
    the persister
    owner
    the entity that owns the collection
    copyCache
    copy cache?
    session
    the session

    Return Value

    the collection wiht the replaced elements
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also