Click or drag to resize
IProvisioningInquiryResult Properties

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

The IProvisioningInquiryResult type exposes the following members.

Properties
  NameDescription
Public propertyIEnumerableT, T: IWillActivateActivateActions
Subscriptions that would be activated, never null
Public propertyInt64AddressId
The address where connection/disconnections will be performed
Public propertyIEnumerableT, T: IWillCancelActivateCancelActivateActions
Subscriptions that will no longer be activated
Public propertyIEnumerableT, T: IWillCancelDeactivateCancelDeactivateActions
Subscriptions that will no longer be deactivated
Public propertyIEnumerableT, T: IWillCancelDisconnectCancelDisconnectActions
Subscriptions that will no longer be disconnected
Public propertyIEnumerableT, T: IWillConnectConnectActions
Services that would be connected, never null
Public propertyNullableT, T: Int64CustomerId
The customer on which the connection/disconnections will be performed
Public propertyIEnumerableT, T: IWillDeactivateDeactivateActions
Subscriptions that would be deactivated, never null
Public propertyIEnumerableT, T: IWillDeleteDeleteActions
Subscriptions that would be deleted, never null
Public propertyIEnumerableT, T: IWillDisconnectDisconnectActions
Subscriptions that would be disconnected, never null
Public propertyDateTimeExecutionTime
The datetime when the transaction will take place
Public propertyBooleanIsOk
Is the inquery successfull
Public propertyDateTimeNotBefore
The earliest possible date this could be successfull, default(DateTime)
Public propertyIEnumerableT, T: IPossibleReferencePossibleReferences
References that would be required, never null
Public propertyIEnumerableT, T: IReferenceActionReferenceActions
Subscription references that will be created
Public propertyIEnumerableT, T: IFailureRestrictions
Information on any restrictions that are not fulfilled and is blocking the transaction, never null
Public propertyIEnumerableT, T: ISubscriptionDependencySubscriptionDependencies
Subscription dependencies that would be created, never null
Top
See Also