IProductCatalogueManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Order
The IProductCatalogueManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | Availability(DateTime, IEnumerableInt64, NullableInt64, NullableInt64) |
Retrieves the products that are actually available on a specified address at a specific time
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | Feasiblity(DateTime, IEnumerableInt64, NullableInt64) |
Retrieves the products that are theoretically available on specified adresses at a specific time
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetActiveSubscriptions(IEnumerableInt64, NullableInt64, NullableInt64) |
Retrieves currently active services (subscriptions) on specified addresses
|
![]() | IEnumerableT, T: IProductInformation | GetProductCatalogue(DateTime, NullableInt64) |
Retrieves the full product catalogue at a specific time
|