Show / Hide Table of Contents

Class EventMessage

Inheritance
object
EventMessage
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.EventQueue
Assembly: DotNetNuke.dll
Syntax
public class EventMessage

Constructors

EventMessage()

Declaration
public EventMessage()

Properties

Attributes

Declaration
public NameValueCollection Attributes { get; set; }
Property Value
Type Description
NameValueCollection

AuthorizedRoles

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

Body

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

EventMessageID

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

ExceptionMessage

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

ExpirationDate

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

Priority

Declaration
public MessagePriority Priority { get; set; }
Property Value
Type Description
MessagePriority

ProcessorCommand

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

ProcessorType

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

Sender

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

SentDate

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

Subscribers

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

Methods

DeserializeAttributes(string)

Declaration
public void DeserializeAttributes(string configXml)
Parameters
Type Name Description
string configXml

SerializeAttributes()

Declaration
public string SerializeAttributes()
Returns
Type Description
string

Extension Methods

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