C# Класс ChannelAdvisorAccess.Services.ChannelAdvisorManager

Наследование: IChannelAdvisorManager
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ChannelAdvisorManager() публичный Метод

public ChannelAdvisorManager ( IEnumerable accounts ) : System.Collections.Generic
accounts IEnumerable
Результат System.Collections.Generic

GetItemsServiceByAccountId() публичный Метод

public GetItemsServiceByAccountId ( string accountId ) : IItemsService
accountId string
Результат IItemsService

GetItemsServiceByAccountName() публичный Метод

public GetItemsServiceByAccountName ( string accountName ) : IItemsService
accountName string
Результат IItemsService

GetListingServiceByAccountId() публичный Метод

public GetListingServiceByAccountId ( string accountId ) : IListingService
accountId string
Результат IListingService

GetOrdersServiceByAccountId() публичный Метод

public GetOrdersServiceByAccountId ( string accountId ) : IOrdersService
accountId string
Результат IOrdersService

GetOrdersServiceByAccountName() публичный Метод

public GetOrdersServiceByAccountName ( string accountName ) : IOrdersService
accountName string
Результат IOrdersService

GetShippingServiceByAccountId() публичный Метод

public GetShippingServiceByAccountId ( string accountId ) : IShippingService
accountId string
Результат IShippingService

GetShippingServiceByAccountName() публичный Метод

public GetShippingServiceByAccountName ( string accountName ) : IShippingService
accountName string
Результат IShippingService