IChangeSetToEntityCollectionConverter(T) Interface

Interface implemented by logic for converting a ChangeSet to a collection of CommerceEntity objects.

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

Syntax

'Declaration
Public Interface IChangeSetToEntityCollectionConverter(Of T As CommerceEntity)
'Usage
Dim instance As IChangeSetToEntityCollectionConverter(Of T)
public interface IChangeSetToEntityCollectionConverter<T>
where T : CommerceEntity
generic<typename T>
where T : CommerceEntity
public interface class IChangeSetToEntityCollectionConverter

Type Parameters

  • T

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Data Namespace