IProvisioningInquiryResult Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Provisioning.Dto
The IProvisioningInquiryResult type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IEnumerableT, T: IWillActivate | ActivateActions |
Subscriptions that would be activated, never null
|
![]() | Int64 | AddressId |
The address where connection/disconnections will be performed
|
![]() | IEnumerableT, T: IWillCancelActivate | CancelActivateActions |
Subscriptions that will no longer be activated
|
![]() | IEnumerableT, T: IWillCancelDeactivate | CancelDeactivateActions |
Subscriptions that will no longer be deactivated
|
![]() | IEnumerableT, T: IWillCancelDisconnect | CancelDisconnectActions |
Subscriptions that will no longer be disconnected
|
![]() | IEnumerableT, T: IWillConnect | ConnectActions |
Services that would be connected, never null
|
![]() | NullableT, T: Int64 | CustomerId |
The customer on which the connection/disconnections will be performed
|
![]() | IEnumerableT, T: IWillDeactivate | DeactivateActions |
Subscriptions that would be deactivated, never null
|
![]() | IEnumerableT, T: IWillDelete | DeleteActions |
Subscriptions that would be deleted, never null
|
![]() | IEnumerableT, T: IWillDisconnect | DisconnectActions |
Subscriptions that would be disconnected, never null
|
![]() | DateTime | ExecutionTime |
The datetime when the transaction will take place
|
![]() | Boolean | IsOk |
Is the inquery successfull
|
![]() | DateTime | NotBefore |
The earliest possible date this could be successfull, default(DateTime)
|
![]() | IEnumerableT, T: IPossibleReference | PossibleReferences |
References that would be required, never null
|
![]() | IEnumerableT, T: IReferenceAction | ReferenceActions |
Subscription references that will be created
|
![]() | IEnumerableT, T: IFailure | Restrictions |
Information on any restrictions that are not fulfilled and is blocking the transaction, never null
|
![]() | IEnumerableT, T: ISubscriptionDependency | SubscriptionDependencies |
Subscription dependencies that would be created, never null
|