MessageCountDatabaseSettings ClassIpswitch.Messaging.Framework

[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.MessageCountDatabaseSettings"]

Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkSettings
    Ipswitch.Messaging.FrameworkMessageCountDatabaseSettings

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class MessageCountDatabaseSettings : Settings

The MessageCountDatabaseSettings type exposes the following members.

Constructors

  NameDescription
Public methodMessageCountDatabaseSettings
Initializes a new instance of the MailboxSettings class, which is a collection of settings that apply to mailboxes.
Top
Methods

  NameDescription
Public methodAdd(ISetting)
(Inherited from Settings.)
Public methodAddT(String, T) (Inherited from Settings.)
Public methodClear
(Inherited from Settings.)
Public methodContains(String)
(Inherited from Settings.)
Public methodContains(ISetting)
(Inherited from Settings.)
Public methodCopyTo
(Inherited from Settings.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetT
(Inherited from Settings.)
Public methodGetEnumerator
(Inherited from Settings.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(String)
(Inherited from Settings.)
Public methodRemove(ISetting)
(Inherited from Settings.)
Public methodSetT
(Inherited from Settings.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAlertAddress
Gets or sets a value for the admin Alert Address
Public propertyCount
(Inherited from Settings.)
Public propertyDatabase
Gets or sets a value indicating the SqlServer Database
Public propertyDbType
Gets or sets a value indicating the backend database being used
Public propertyIsReadOnly
(Inherited from Settings.)
Public propertyItem
(Inherited from Settings.)
Public propertyPassword
Gets or sets a value indicating the SqlServer Password - This is the decrypted value
Public propertySqlServer
Gets or sets a value indicating the SqlServer to connect to
Public propertySqlUnavailableDB
Filesystem path for where the SQLite database is stored that contains information on SQL DB Failures
Public propertySqlUnavailableDBAlertInterval
Gets or sets the TimeSpan between sending alert email's if the system remains in a down state
Public propertySqlUnavailableDBCountBeforeAlert
Gets or sets a number of failures that must occur over the SqlUnavailableDBCountBeforeAlertInterval
Public propertySqlUnavailableDBCountBeforeAlertInterval
Get or sets a timespan for the number of failures that must occur over this timespan before an alert is sent
Public propertyUsername
Gets or sets a value indicating the SqlServer Username
Top
See Also

Reference