The ISubscriptionTypeController type exposes the following members.

Methods

  NameDescription
Public methodAddSubscriptionType
Creates a new Subscription Type. If the operation succeed the SubscriptionTypeId property of the Subscription entity will be filled up.
Public methodDeleteSubscriptionType
Deletes a Subscription Type from the system.
Public methodGetSubscriptionType
Retrieves a Single Subscription Type that match the where predicate.
Public methodGetSubscriptionTypes()()()()
Retrieves all the Subscription Type.
Public methodGetSubscriptionTypes(Func<(Of <<'(SubscriptionType, Boolean>)>>))
Retrieves a set of Subscription Types specifying a where predicate.

See Also