ListingBuilder Class

Encapsulates the logic for building listings from rows

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

Syntax

'Declaration
Public NotInheritable Class ListingBuilder _
    Implements IChangeSetToEntityCollectionConverter(Of Listing)
'Usage
Dim instance As ListingBuilder
public sealed class ListingBuilder : IChangeSetToEntityCollectionConverter<Listing>
public ref class ListingBuilder sealed : IChangeSetToEntityCollectionConverter<Listing^>

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Data.ListingBuilder

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Data Namespace