Show / Hide Table of Contents

Class SubscriptionTypeController

Inheritance
object
ServiceLocator<ISubscriptionTypeController, SubscriptionTypeController>
SubscriptionTypeController
Implements
ISubscriptionTypeController
Inherited Members
ServiceLocator<ISubscriptionTypeController, SubscriptionTypeController>.SetTestableInstance(ISubscriptionTypeController)
ServiceLocator<ISubscriptionTypeController, SubscriptionTypeController>.ClearInstance()
ServiceLocator<ISubscriptionTypeController, SubscriptionTypeController>.GetFactory()
ServiceLocator<ISubscriptionTypeController, SubscriptionTypeController>.Instance
ServiceLocator<ISubscriptionTypeController, SubscriptionTypeController>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Subscriptions
Assembly: DotNetNuke.dll
Syntax
public class SubscriptionTypeController : ServiceLocator<ISubscriptionTypeController, SubscriptionTypeController>, ISubscriptionTypeController

Constructors

SubscriptionTypeController()

Declaration
public SubscriptionTypeController()

Methods

AddSubscriptionType(SubscriptionType)

Declaration
public void AddSubscriptionType(SubscriptionType subscriptionType)
Parameters
Type Name Description
SubscriptionType subscriptionType

DeleteSubscriptionType(SubscriptionType)

Declaration
public void DeleteSubscriptionType(SubscriptionType subscriptionType)
Parameters
Type Name Description
SubscriptionType subscriptionType

GetFactory()

Declaration
protected override Func<ISubscriptionTypeController> GetFactory()
Returns
Type Description
Func<ISubscriptionTypeController>
Overrides
ServiceLocator<ISubscriptionTypeController, SubscriptionTypeController>.GetFactory()

GetSubscriptionType(Func<SubscriptionType, bool>)

Declaration
public SubscriptionType GetSubscriptionType(Func<SubscriptionType, bool> predicate)
Parameters
Type Name Description
Func<SubscriptionType, bool> predicate
Returns
Type Description
SubscriptionType

GetSubscriptionTypes()

Declaration
public IEnumerable<SubscriptionType> GetSubscriptionTypes()
Returns
Type Description
IEnumerable<SubscriptionType>

GetSubscriptionTypes(Func<SubscriptionType, bool>)

Declaration
public IEnumerable<SubscriptionType> GetSubscriptionTypes(Func<SubscriptionType, bool> predicate)
Parameters
Type Name Description
Func<SubscriptionType, bool> predicate
Returns
Type Description
IEnumerable<SubscriptionType>

Implements

ISubscriptionTypeController

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS