| ISubscriptionManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Provisioning
The ISubscriptionManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Double | CalculateSubscriptionSla(Int64, Int32) |
Calculates subscription SLA
| |
| ISubscription | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) | |
| IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | GetStatuses(IEnumerableInt64) |
Retrieves statuses for subscriptions
| |
| IEnumerableT, T: INameable | GetSubscriptionGroups(NullableInt64) |
Retrieves subscription groups, optionally for a customer
| |
| IDictionaryTKey, TValue, T: Int64 | GetSubscriptionStatuses(Int32, IEnumerableInt64) | Obsolete.
Retrieves translated subscription statuses
| |
| void | TransferSubscriptions(IReadOnlyDictionaryInt64, IReadOnlyCollectionInt64) |
Executes a subscription transfer from customers to another customer for one or more subscriptions.
| |
| void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |
| Name | Description | ||
|---|---|---|---|
| ISubscription | DetailsAllISubscription(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllISubscription(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) | |
| ISubscription | DetailsAnyISubscription(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) | |
| IEnumerableT, T: ICurrentSubscriptionStatus | GetStatuses(Int64) | (Defined by SubscriptionManagerExtensions.) |