ISubscriptionGroupManager Interface |
[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Namespace: Netadmin.Management.Customer
[ObsoleteAttribute("This manager has been rewritten, please use SubscriptionGroupManager_v2", false)] public interface ISubscriptionGroupManager : IManager<ISubscriptionGroup>, ICreateable<ISubscriptionGroup>, IDetailsable<IExtendedSubscriptionGroup>, IUpdateable<ISubscriptionGroup>, IDeletable<ISubscriptionGroup>, IUniqueName<ISubscriptionGroup>
The ISubscriptionGroupManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | AddSubscriptionToGroup(Int64, Int64) | Obsolete.
Adds a subscription to a subscription group
|
![]() | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) |
![]() | void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) |
![]() | IExtendedSubscriptionGroup | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetAll(IEnumerableInt64) | Obsolete.
Retrieves all subscription groups for customers
|
![]() | IEnumerableT, T: ISubscriptionGroup | GetAll(Int64, NullableInt64) | Obsolete.
Retrieves all subscription groups for a customer
|
![]() | Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.) |
![]() | void | RemoveSubscriptionFromGroup(Int64, Int64) | Obsolete.
Removes a subscription from a subscription group
|
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |