Method | 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 |
public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache = null ) : System | ||
developerKey | string | |
developerPassword | string | |
cache | ObjectCache | |
return | System |
public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache, System.TimeSpan slidingCacheExpiration ) : System | ||
developerKey | string | |
developerPassword | string | |
cache | ObjectCache | |
slidingCacheExpiration | System.TimeSpan | |
return | System |
public CreateAdminService ( ) : IAdminService | ||
return | IAdminService |
public CreateItemsService ( string accountName, string accountId ) : IItemsService | ||
accountName | string | |
accountId | string | |
return | IItemsService |
public CreateListingService ( string accountName, string accountId ) : IListingService | ||
accountName | string | |
accountId | string | |
return | IListingService |
public CreateOrdersService ( string accountName, string accountId ) : IOrdersService | ||
accountName | string | |
accountId | string | |
return | IOrdersService |
public CreateShippingService ( string accountName, string accountId ) : IShippingService | ||
accountName | string | |
accountId | string | |
return | IShippingService |