Click or drag to resize
IProductCatalogueManagerAvailability Method

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

Retrieves the products that are actually available on a specified address at a specific time

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, IEnumerable<IProductAvailability>> Availability(
	DateTime time,
	IEnumerable<long> addressIds,
	Nullable<long> customerId,
	Nullable<long> serviceProviderId
)

Parameters

time
Type: SystemDateTime
The time to check
addressIds
Type: System.Collections.GenericIEnumerableInt64
The address ids to check for
customerId
Type: SystemNullableInt64
The customer id to check for
serviceProviderId
Type: SystemNullableInt64
The service provider to filter by. Null for no filter

Return Value

Type: IReadOnlyDictionaryInt64, IEnumerableIProductAvailability

[Missing <returns> documentation for "M:Netadmin.Management.Order.IProductCatalogueManager.Availability(System.DateTime,System.Collections.Generic.IEnumerable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64})"]

Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if addressIds is null
See Also