Click or drag to resize
ISubscriptionGroupManager Interface

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

Note: This API is now obsolete.

Manages subscription groups

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[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.

Methods
  NameDescription
Public method void AddSubscriptionToGroup(Int64, Int64) Obsolete.
Adds a subscription to a subscription group
Public methodInt64Create(T)
Creates a new instance of the entity
(Inherited from ICreateableT.)
Public method void Delete(Int64)
Deletes an entity with a specific Id
(Inherited from IDeletableT.)
Public methodIExtendedSubscriptionGroupDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetAll(IEnumerableInt64) Obsolete.
Retrieves all subscription groups for customers
Public methodIEnumerableT, T: ISubscriptionGroupGetAll(Int64, NullableInt64) Obsolete.
Retrieves all subscription groups for a customer
Public methodBooleanIsNameUnique(T)
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.)
Public method void RemoveSubscriptionFromGroup(Int64, Int64) Obsolete.
Removes a subscription from a subscription group
Public method void Update(T)
Updates an entity with new values.
(Inherited from IUpdateableT.)
Top
See Also