DimensionService Class

The dimension service.

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

Syntax

'Declaration
<ExportAttribute(GetType(IService))> _
Public Class DimensionService _
    Inherits Service _
    Implements IDimension, IService
'Usage
Dim instance As DimensionService
[ExportAttribute(typeof(IService))]
public class DimensionService : Service, 
    IDimension, IService
[ExportAttribute(typeof(IService))]
public ref class DimensionService : public Service, 
    IDimension, IService

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Services.Service
    Microsoft.Dynamics.Commerce.Runtime.Services.DimensionService

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.Services Namespace