Service Class

Represents the base class for services.

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

Syntax

'Declaration
Public MustInherit Class Service _
    Implements IService
'Usage
Dim instance As Service
public abstract class Service : IService
public ref class Service abstract : IService

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Services.Service
    Microsoft.Dynamics.Commerce.Runtime.Services.AddressService
    Microsoft.Dynamics.Commerce.Runtime.Services.BarcodeService
    Microsoft.Dynamics.Commerce.Runtime.Services.BusinessIntelligenceService
    Microsoft.Dynamics.Commerce.Runtime.Services.CardPaymentService
    Microsoft.Dynamics.Commerce.Runtime.Services.CashPaymentService
    Microsoft.Dynamics.Commerce.Runtime.Services.ChargeService
    Microsoft.Dynamics.Commerce.Runtime.Services.CheckPaymentService
    Microsoft.Dynamics.Commerce.Runtime.Services.CommerceListService
    Microsoft.Dynamics.Commerce.Runtime.Services.CreditMemoService
    Microsoft.Dynamics.Commerce.Runtime.Services.CurrencyPaymentService
    Microsoft.Dynamics.Commerce.Runtime.Services.CurrencyService
    Microsoft.Dynamics.Commerce.Runtime.Services.CustomerOrderService
    Microsoft.Dynamics.Commerce.Runtime.Services.CustomerPaymentService
    Microsoft.Dynamics.Commerce.Runtime.Services.CustomerService
    Microsoft.Dynamics.Commerce.Runtime.Services.DeviceManagementService
    Microsoft.Dynamics.Commerce.Runtime.Services.EmailService
    Microsoft.Dynamics.Commerce.Runtime.Services.FedExService
    Microsoft.Dynamics.Commerce.Runtime.Services.GiftCardService
    Microsoft.Dynamics.Commerce.Runtime.Services.LayoutService
    Microsoft.Dynamics.Commerce.Runtime.Services.LoyaltyCardService
    Microsoft.Dynamics.Commerce.Runtime.Services.LoyaltyService
    Microsoft.Dynamics.Commerce.Runtime.Services.PaymentManagerService
    Microsoft.Dynamics.Commerce.Runtime.Services.PickingReceivingService
    Microsoft.Dynamics.Commerce.Runtime.Services.PricingService
    Microsoft.Dynamics.Commerce.Runtime.Services.ProductAvailabilityService
    Microsoft.Dynamics.Commerce.Runtime.Services.ReasonCodeService
    Microsoft.Dynamics.Commerce.Runtime.Services.ReceiptService
    Microsoft.Dynamics.Commerce.Runtime.Services.RoundingService
    Microsoft.Dynamics.Commerce.Runtime.Services.SalesOrderService
    Microsoft.Dynamics.Commerce.Runtime.Services.ShippingService
    Microsoft.Dynamics.Commerce.Runtime.Services.StockCountService
    Microsoft.Dynamics.Commerce.Runtime.Services.StoreLocatorService
    Microsoft.Dynamics.Commerce.Runtime.Services.StoreOperationService
    Microsoft.Dynamics.Commerce.Runtime.Services.TaxService
    Microsoft.Dynamics.Commerce.Runtime.Services.TotalingService
    Microsoft.Dynamics.Commerce.Runtime.Services.UPSService
    Microsoft.Dynamics.Commerce.Runtime.Services.UserAuthenticationService

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