C# Class ChannelAdvisorAccess.Services.ChannelAdvisorManager

Inheritance: IChannelAdvisorManager
Afficher le fichier Open project: agileharbor/channelAdvisorAccess

Méthodes publiques

Méthode Description
ChannelAdvisorManager ( IEnumerable accounts ) : System.Collections.Generic
GetItemsServiceByAccountId ( string accountId ) : IItemsService
GetItemsServiceByAccountName ( string accountName ) : IItemsService
GetListingServiceByAccountId ( string accountId ) : IListingService
GetOrdersServiceByAccountId ( string accountId ) : IOrdersService
GetOrdersServiceByAccountName ( string accountName ) : IOrdersService
GetShippingServiceByAccountId ( string accountId ) : IShippingService
GetShippingServiceByAccountName ( string accountName ) : IShippingService

Method Details

ChannelAdvisorManager() public méthode

public ChannelAdvisorManager ( IEnumerable accounts ) : System.Collections.Generic
accounts IEnumerable
Résultat System.Collections.Generic

GetItemsServiceByAccountId() public méthode

public GetItemsServiceByAccountId ( string accountId ) : IItemsService
accountId string
Résultat IItemsService

GetItemsServiceByAccountName() public méthode

public GetItemsServiceByAccountName ( string accountName ) : IItemsService
accountName string
Résultat IItemsService

GetListingServiceByAccountId() public méthode

public GetListingServiceByAccountId ( string accountId ) : IListingService
accountId string
Résultat IListingService

GetOrdersServiceByAccountId() public méthode

public GetOrdersServiceByAccountId ( string accountId ) : IOrdersService
accountId string
Résultat IOrdersService

GetOrdersServiceByAccountName() public méthode

public GetOrdersServiceByAccountName ( string accountName ) : IOrdersService
accountName string
Résultat IOrdersService

GetShippingServiceByAccountId() public méthode

public GetShippingServiceByAccountId ( string accountId ) : IShippingService
accountId string
Résultat IShippingService

GetShippingServiceByAccountName() public méthode

public GetShippingServiceByAccountName ( string accountName ) : IShippingService
accountName string
Résultat IShippingService