C# Class ChannelAdvisorAccess.Services.ChannelAdvisorManager

Inheritance: IChannelAdvisorManager
Show file Open project: agileharbor/channelAdvisorAccess

Public Methods

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

public ChannelAdvisorManager ( IEnumerable accounts ) : System.Collections.Generic
accounts IEnumerable
return System.Collections.Generic

GetItemsServiceByAccountId() public method

public GetItemsServiceByAccountId ( string accountId ) : IItemsService
accountId string
return IItemsService

GetItemsServiceByAccountName() public method

public GetItemsServiceByAccountName ( string accountName ) : IItemsService
accountName string
return IItemsService

GetListingServiceByAccountId() public method

public GetListingServiceByAccountId ( string accountId ) : IListingService
accountId string
return IListingService

GetOrdersServiceByAccountId() public method

public GetOrdersServiceByAccountId ( string accountId ) : IOrdersService
accountId string
return IOrdersService

GetOrdersServiceByAccountName() public method

public GetOrdersServiceByAccountName ( string accountName ) : IOrdersService
accountName string
return IOrdersService

GetShippingServiceByAccountId() public method

public GetShippingServiceByAccountId ( string accountId ) : IShippingService
accountId string
return IShippingService

GetShippingServiceByAccountName() public method

public GetShippingServiceByAccountName ( string accountName ) : IShippingService
accountName string
return IShippingService