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

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

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

Метод Описание
ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache = null ) : System
ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache, System.TimeSpan slidingCacheExpiration ) : System
CreateAdminService ( ) : IAdminService
CreateItemsService ( string accountName, string accountId ) : IItemsService
CreateListingService ( string accountName, string accountId ) : IListingService
CreateOrdersService ( string accountName, string accountId ) : IOrdersService
CreateShippingService ( string accountName, string accountId ) : IShippingService

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

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

public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache = null ) : System
developerKey string
developerPassword string
cache ObjectCache
Результат System

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

public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache, System.TimeSpan slidingCacheExpiration ) : System
developerKey string
developerPassword string
cache ObjectCache
slidingCacheExpiration System.TimeSpan
Результат System

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

public CreateAdminService ( ) : IAdminService
Результат IAdminService

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

public CreateItemsService ( string accountName, string accountId ) : IItemsService
accountName string
accountId string
Результат IItemsService

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

public CreateListingService ( string accountName, string accountId ) : IListingService
accountName string
accountId string
Результат IListingService

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

public CreateOrdersService ( string accountName, string accountId ) : IOrdersService
accountName string
accountId string
Результат IOrdersService

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

public CreateShippingService ( string accountName, string accountId ) : IShippingService
accountName string
accountId string
Результат IShippingService