ListingDataManager Class

Implements data store-facing operations related to listings.

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

Syntax

'Declaration
Public NotInheritable Class ListingDataManager _
    Inherits DataManager
'Usage
Dim instance As ListingDataManager
public sealed class ListingDataManager : DataManager
public ref class ListingDataManager sealed : public DataManager

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Data.DataManager
    Microsoft.Dynamics.Commerce.Runtime.Data.ListingDataManager

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