Click or drag to resize
ISubscriptionGroupManager Methods

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

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 methodIDetailsableTDetails(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