C# 클래스 ChannelAdvisorAccess.Services.ChannelAdvisorServicesFactory

상속: IChannelAdvisorServicesFactory
파일 보기 프로젝트 열기: agileharbor/channelAdvisorAccess 1 사용 예제들

공개 메소드들

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