EmailNotification Class |
Namespace: Dynamicweb.Analytics.Notifications
The EmailNotification type exposes the following members.
| Name | Description | |
|---|---|---|
| EmailNotification |
Initializes a new instance of an object.
| |
| EmailNotification(IDataReader) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| Connection | (Inherited from DbObject.) | |
| ID | (Inherited from DbObject.) | |
| IsNew | (Inherited from DbObject.) | |
| Name |
Gets or sets the name of this notification.
| |
| Profile |
Gets or sets the email profile associated with this notification.
| |
| Recipients |
Gets or sets the list of recipients.
| |
| Transaction | (Inherited from DbObject.) | |
| Type |
Gets or sets the type of the notification.
|
| Name | Description | |
|---|---|---|
| Delete | (Inherited from DbObject.) | |
| Delete(Int32) |
Deletes the given notification.
(Overrides DbObjectDelete(Int32).) | |
| DeleteNotifications |
Deletes all existing email notifications.
| |
| DeleteNotifications(IEnumerableInt32) |
Deletes specific email notifications.
| |
| DeleteNotificationsByProfiles |
Deletes all email notifications that use specific profiles.
| |
| Exists(String) |
Returns value indicating whether there is an existant email notification with specified name.
| |
| Exists(String, IEnumerableInt32) |
Returns value indicating whether there is an existant email notification with specified name.
| |
| Exists(String, Int32) |
Returns value indicating whether there is an existant email notification with specified name.
| |
| Fill(IDataReader) |
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).) | |
| Fill(IDataReader, Boolean, Boolean) |
Fills object properties with data provided by a given data reader.
| |
| FillRow |
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).) | |
| GetNotificationByID |
Returns email notification by its ID.
| |
| GetNotifications |
Returns all available email notifications.
| |
| KeepNotifications |
Deletes all email notifications except of specific ones.
| |
| KeepNotificationsByProfiles |
Deletes all email notifications that use none of the specific profiles.
| |
| Load | (Inherited from DbObject.) | |
| Save |
Saves the profile.
(Overrides DbObjectSave.) |
| Name | Description | |
|---|---|---|
| _id | (Inherited from DbObject.) | |
| _keyField | (Inherited from DbObject.) | |
| _tableName | (Inherited from DbObject.) |
| Name | Description | |
|---|---|---|
| INotificationProfile |
Gets or sets the notification profile used to send out notifications.
| |
| INotificationRecipients |
Gets or sets the list of notification recipients.
|