Show / Hide Table of Contents

Class Subscription

Inheritance
object
Subscription
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 Subscription

Constructors

Subscription()

Declaration
public Subscription()

Properties

CreatedOnDate

Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type Description
DateTime

Description

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

ModuleId

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

ObjectData

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

ObjectKey

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

PortalId

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

SubscriptionId

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

SubscriptionTypeId

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

TabId

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

UserId

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

Extension Methods

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