Show / Hide Table of Contents

Class Notification

Inheritance
object
BaseEntityInfo
Notification
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 Notification : BaseEntityInfo, IHydratable

Constructors

Notification()

Declaration
public Notification()

Properties

Body

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

Context

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

DisplayDate

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

ExpirationDate

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

From

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

IncludeDismissAction

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

KeyID

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

NotificationID

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

NotificationTypeID

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

SendToast

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

SenderUserID

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

Subject

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

To

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

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