Click or drag to resize
ISubscriptionNumberFormater Interface

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

Formater for subscription numbers. Supports IoC Override

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

The ISubscriptionNumberFormater type exposes the following members.

Methods
  NameDescription
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64FormatSubscriptionNumbers(IReadOnlyDictionaryInt64, IEnumerableInt64)
Formats subscription numbers based on subscription id and companies
Top
Extension Methods
  NameDescription
Public Extension MethodStringFormatSubscriptionNumbers(Int64, Int64)
Formats one specific subscription id based on company prefix settings
(Defined by SubscriptionNumberFormaterExtensions.)
Top
See Also