Show / Hide Table of Contents

Class SubscriptionType

Inheritance
object
SubscriptionType
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Subscriptions.Entities
Assembly: DotNetNuke.dll
Syntax
public class SubscriptionType

Constructors

SubscriptionType()

Declaration
public SubscriptionType()

Properties

DesktopModuleId

Declaration
public int DesktopModuleId { get; set; }
Property Value
Type Description
int

FriendlyName

Declaration
public string FriendlyName { get; set; }
Property Value
Type Description
string

SubscriptionName

Declaration
public string SubscriptionName { get; set; }
Property Value
Type Description
string

SubscriptionTypeId

Declaration
public int SubscriptionTypeId { get; set; }
Property Value
Type Description
int

Extension Methods

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