Click or drag to resize
IProductCatalogueManager Interface

[This is preliminary documentation and is subject to change.]

Manager for Product Catalogue

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IProductCatalogueManager

The IProductCatalogueManager type exposes the following members.

Methods
  NameDescription
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64Availability(DateTime, IEnumerableInt64, NullableInt64, NullableInt64)
Retrieves the products that are actually available on a specified address at a specific time
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64Feasiblity(DateTime, IEnumerableInt64, NullableInt64)
Retrieves the products that are theoretically available on specified adresses at a specific time
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetActiveSubscriptions(IEnumerableInt64, NullableInt64, NullableInt64)
Retrieves currently active services (subscriptions) on specified addresses
Public methodIEnumerableT, T: IProductInformationGetProductCatalogue(DateTime, NullableInt64)
Retrieves the full product catalogue at a specific time
Top
See Also