C# 클래스 ChannelAdvisorAccess.Services.ChannelAdvisorManager

상속: IChannelAdvisorManager
파일 보기 프로젝트 열기: agileharbor/channelAdvisorAccess

공개 메소드들

메소드 설명
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