Inheritance Hierarchy
RainWorx.FrameWorx.DTONotificationMessage
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class NotificationMessage
The NotificationMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NotificationMessage | Initializes a new instance of the NotificationMessage class |
Properties
Name | Description | |
---|---|---|
![]() | ActingUserName | |
![]() | BCCEmail | |
![]() | CCEmail | |
![]() | Detail | |
![]() | ID | |
![]() | Message | |
![]() | Receiver | |
![]() | RecipientEmail | |
![]() | ReplyToEmail | |
![]() | Sender | |
![]() | Template |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also