Class EventMessage
Inheritance
System.Object
EventMessage
Assembly: DotNetNuke.dll
Syntax
public class EventMessage : object
Constructors
|
Improve this Doc
View Source
EventMessage()
Declaration
Properties
|
Improve this Doc
View Source
Attributes
Declaration
public NameValueCollection Attributes { get; set; }
Property Value
Type |
Description |
NameValueCollection |
|
|
Improve this Doc
View Source
AuthorizedRoles
Declaration
public string AuthorizedRoles { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Body
Declaration
public string Body { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EventMessageID
Declaration
public int EventMessageID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ExceptionMessage
Declaration
public string ExceptionMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExpirationDate
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Priority
Declaration
public MessagePriority Priority { get; set; }
Property Value
|
Improve this Doc
View Source
ProcessorCommand
Declaration
public string ProcessorCommand { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProcessorType
Declaration
public string ProcessorType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Sender
Declaration
public string Sender { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SentDate
Declaration
public DateTime SentDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Subscribers
Declaration
public string Subscribers { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
DeserializeAttributes(String)
Declaration
public void DeserializeAttributes(string configXml)
Parameters
Type |
Name |
Description |
System.String |
configXml |
|
|
Improve this Doc
View Source
SerializeAttributes()
Declaration
public string SerializeAttributes()
Returns
Type |
Description |
System.String |
|
Extension Methods