Méthode | 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 | |
Résultat | System |
public ChannelAdvisorServicesFactory ( string developerKey, string developerPassword, ObjectCache cache, System.TimeSpan slidingCacheExpiration ) : System | ||
developerKey | string | |
developerPassword | string | |
cache | ObjectCache | |
slidingCacheExpiration | System.TimeSpan | |
Résultat | System |
public CreateAdminService ( ) : IAdminService | ||
Résultat | IAdminService |
public CreateItemsService ( string accountName, string accountId ) : IItemsService | ||
accountName | string | |
accountId | string | |
Résultat | IItemsService |
public CreateListingService ( string accountName, string accountId ) : IListingService | ||
accountName | string | |
accountId | string | |
Résultat | IListingService |
public CreateOrdersService ( string accountName, string accountId ) : IOrdersService | ||
accountName | string | |
accountId | string | |
Résultat | IOrdersService |
public CreateShippingService ( string accountName, string accountId ) : IShippingService | ||
accountName | string | |
accountId | string | |
Résultat | IShippingService |