BuildEntitiesFromChangeSet Method

Builds a collection of CommerceEntity objects from the specified ChangeSet.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Function BuildEntitiesFromChangeSet ( _
    changeSet As ChangeSet _
) As ICollection(Of T)
'Usage
Dim instance As IChangeSetToEntityCollectionConverter
Dim changeSet As ChangeSet
Dim returnValue As ICollection(Of T)

returnValue = instance.BuildEntitiesFromChangeSet(changeSet)
ICollection<T> BuildEntitiesFromChangeSet(
    ChangeSet changeSet
)
ICollection<T>^ BuildEntitiesFromChangeSet(
    ChangeSet^ changeSet
)

Parameters

Return Value

Type: System.Collections.Generic.ICollection<T>
A collection of listings

See Also

Reference

IChangeSetToEntityCollectionConverter<T> Interface

Microsoft.Dynamics.Commerce.Runtime.Data Namespace