| ICurrentSubscriptionStatus Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Provisioning.Dto
The ICurrentSubscriptionStatus type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| String | ChangeText |
English name describing the transition to the next state
| |
| NullableT, T: Int32 | CurrentJobStatus | ||
| String | CurrentText |
English name of the status in its current state
| |
| Boolean | IsActive |
If this is the normal/expected state
| |
| String | Name |
Name of the status
| |
| NullableT, T: DateTime | NextChange |
A datetime, or null, for when the status is being changed
| |
| NullableT, T: Int64 | NextChangeJobId |
The id, or null, of the subscription job that triggers the next state change
| |
| Int64 | TypeId |
The id of the status type
|