C# Class ChannelAdvisorAccess.Services.ChannelAdvisorServicesFactory

Inheritance: IChannelAdvisorServicesFactory
Afficher le fichier Open project: agileharbor/channelAdvisorAccess Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache = null ) : System
developerKey string
developerPassword string
cache ObjectCache
Résultat System

ChannelAdvisorServicesFactory() public méthode

public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache, System.TimeSpan slidingCacheExpiration ) : System
developerKey string
developerPassword string
cache ObjectCache
slidingCacheExpiration System.TimeSpan
Résultat System

CreateAdminService() public méthode

public CreateAdminService ( ) : IAdminService
Résultat IAdminService

CreateItemsService() public méthode

public CreateItemsService ( string accountName, string accountId ) : IItemsService
accountName string
accountId string
Résultat IItemsService

CreateListingService() public méthode

public CreateListingService ( string accountName, string accountId ) : IListingService
accountName string
accountId string
Résultat IListingService

CreateOrdersService() public méthode

public CreateOrdersService ( string accountName, string accountId ) : IOrdersService
accountName string
accountId string
Résultat IOrdersService

CreateShippingService() public méthode

public CreateShippingService ( string accountName, string accountId ) : IShippingService
accountName string
accountId string
Résultat IShippingService