Show / Hide Table of Contents

Class NotificationType

Inheritance
object
BaseEntityInfo
NotificationType
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke.dll
Syntax
public class NotificationType : BaseEntityInfo, IHydratable

Constructors

NotificationType()

Declaration
public NotificationType()

Properties

Description

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

DesktopModuleId

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

IsTask

Declaration
public bool IsTask { get; set; }
Property Value
Type Description
bool

KeyID

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

Name

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

NotificationTypeId

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

TimeToLive

Declaration
public TimeSpan TimeToLive { get; set; }
Property Value
Type Description
TimeSpan

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

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