메소드 | 설명 | |
---|---|---|
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 |
public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache = null ) : System | ||
developerKey | string | |
developerPassword | string | |
cache | ObjectCache | |
리턴 | System |
public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache, System.TimeSpan slidingCacheExpiration ) : System | ||
developerKey | string | |
developerPassword | string | |
cache | ObjectCache | |
slidingCacheExpiration | System.TimeSpan | |
리턴 | System |
public CreateItemsService ( string accountName, string accountId ) : IItemsService | ||
accountName | string | |
accountId | string | |
리턴 | IItemsService |
public CreateListingService ( string accountName, string accountId ) : IListingService | ||
accountName | string | |
accountId | string | |
리턴 | IListingService |
public CreateOrdersService ( string accountName, string accountId ) : IOrdersService | ||
accountName | string | |
accountId | string | |
리턴 | IOrdersService |
public CreateShippingService ( string accountName, string accountId ) : IShippingService | ||
accountName | string | |
accountId | string | |
리턴 | IShippingService |