Click or drag to resize
ICurrentSubscriptionStatus Interface

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

Representation of current subsription status

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

The ICurrentSubscriptionStatus type exposes the following members.

Properties
  NameDescription
Public propertyStringChangeText
English name describing the transition to the next state
Public propertyNullableT, T: Int32CurrentJobStatus
Public propertyStringCurrentText
English name of the status in its current state
Public propertyBooleanIsActive
If this is the normal/expected state
Public propertyStringName
Name of the status
Public propertyNullableT, T: DateTimeNextChange
A datetime, or null, for when the status is being changed
Public propertyNullableT, T: Int64NextChangeJobId
The id, or null, of the subscription job that triggers the next state change
Public propertyInt64TypeId
The id of the status type
Top
See Also