Click or drag to resize
ITransitionConfiguration Interface

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

Contains configuration for a IProvisioningInquiry Transition

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

The ITransitionConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyInt64AddressId
The address id the method should check
Public propertyIEnumerableT, T: Int64CancelDisconnect
Ids of subscriptions to cancel disconnection NOTE: Once executed, disconnections will be cancelled immediatly, not at the execution time
Public propertyNullableT, T: Int64CustomerId
Optionally specify a customer id, or null for no customer
Public propertyDateTimeExecutionTime
A date and time when the transition should take place
Public propertyBooleanIgnoreBindingAndNoticePeriods
Optionally ignore the binding time and notice periods
Public propertyIReadOnlyDictionaryTKey, TValue, T: Int64PreferedReferences
A dictionary of source subscription id (or reference id) and target subscription id (or reference id). Empty dictionary or null means no preferences
Public propertyIEnumerableT, T: IServiceConfigurationServicesToConnect
IServiceConfigurations for services to connect
Public propertyIEnumerableT, T: Int64SubscriptionsToDelete
An enumerable of all subscriptions that should be deleted. NOTE: Once executed, subscriptions will be deleted immediatly, not at the execution time
Public propertyIEnumerableT, T: Int64SubscriptionsToDisconnect
An enumerable of all subscriptions that would be disconnected
Top
See Also