Click or drag to resize

EmailNotification Methods

The EmailNotification type exposes the following members.

Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32)
Deletes the given notification.
(Overrides DbObjectDelete(Int32).)
Public methodStatic memberDeleteNotifications
Deletes all existing email notifications.
Public methodStatic memberDeleteNotifications(IEnumerableInt32)
Deletes specific email notifications.
Public methodStatic memberDeleteNotificationsByProfiles
Deletes all email notifications that use specific profiles.
Public methodStatic memberExists(String)
Returns value indicating whether there is an existant email notification with specified name.
Public methodStatic memberExists(String, IEnumerableInt32)
Returns value indicating whether there is an existant email notification with specified name.
Public methodStatic memberExists(String, Int32)
Returns value indicating whether there is an existant email notification with specified name.
Public methodFill(IDataReader)
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFill(IDataReader, Boolean, Boolean)
Fills object properties with data provided by a given data reader.
Protected methodFillRow
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetNotificationByID
Returns email notification by its ID.
Public methodStatic memberGetNotifications
Returns all available email notifications.
Public methodStatic memberKeepNotifications
Deletes all email notifications except of specific ones.
Public methodStatic memberKeepNotificationsByProfiles
Deletes all email notifications that use none of the specific profiles.
Public methodLoad (Inherited from DbObject.)
Public methodSave
Saves the profile.
(Overrides DbObjectSave.)
Top
See Also