C# Class ChannelAdvisorAccess.Services.ChannelAdvisorServicesFactory

Inheritance: IChannelAdvisorServicesFactory
Mostra file Open project: agileharbor/channelAdvisorAccess Class Usage Examples

Public Methods

Method Description
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

Method Details

ChannelAdvisorServicesFactory() public method

public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache = null ) : System
developerKey string
developerPassword string
cache ObjectCache
return System

ChannelAdvisorServicesFactory() public method

public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache, System.TimeSpan slidingCacheExpiration ) : System
developerKey string
developerPassword string
cache ObjectCache
slidingCacheExpiration System.TimeSpan
return System

CreateAdminService() public method

public CreateAdminService ( ) : IAdminService
return IAdminService

CreateItemsService() public method

public CreateItemsService ( string accountName, string accountId ) : IItemsService
accountName string
accountId string
return IItemsService

CreateListingService() public method

public CreateListingService ( string accountName, string accountId ) : IListingService
accountName string
accountId string
return IListingService

CreateOrdersService() public method

public CreateOrdersService ( string accountName, string accountId ) : IOrdersService
accountName string
accountId string
return IOrdersService

CreateShippingService() public method

public CreateShippingService ( string accountName, string accountId ) : IShippingService
accountName string
accountId string
return IShippingService