Click or drag to resize
ISubscriptionNumberFormaterFormatSubscriptionNumbers Method

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

Formats subscription numbers based on subscription id and companies

Namespace: Netadmin.Management.Provisioning.Algorithms
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, string> FormatSubscriptionNumbers(
	IReadOnlyDictionary<long, IEnumerable<long>> subscriptionIdsGroupedByCompanyId
)

Parameters

subscriptionIdsGroupedByCompanyId
Type: System.Collections.GenericIReadOnlyDictionaryInt64, IEnumerableInt64
A dictionary where the companyid is the key and value is an enumerable of subscription ids

Return Value

Type: IReadOnlyDictionaryInt64, String
A dictionary with subscription id as key and the subscription number as string
See Also