[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.MessageCountSettings"]
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkSettings
Ipswitch.Messaging.FrameworkMessageCountSettings
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The MessageCountSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MessageCountSettings |
Initializes a new instance of the MessageCountSettings class, which is a collection of settings that apply to MessageCounters.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(ISetting) | (Inherited from Settings.) |
![]() | AddT(String, T) | (Inherited from Settings.) |
![]() | Clear | (Inherited from Settings.) |
![]() | Contains(String) | (Inherited from Settings.) |
![]() | Contains(ISetting) | (Inherited from Settings.) |
![]() | CopyTo | (Inherited from Settings.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetT | (Inherited from Settings.) |
![]() | GetEnumerator | (Inherited from Settings.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove(String) | (Inherited from Settings.) |
![]() | Remove(ISetting) | (Inherited from Settings.) |
![]() | SetT | (Inherited from Settings.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Action |
Gets or sets a value indicating the message limit
|
![]() | AlertAdmin |
Gets or sets a value indicating if the admin user should be alerted
|
![]() | Count | (Inherited from Settings.) |
![]() | Interval |
Gets or sets a value indicating the Interval Value
|
![]() | IntervalType |
Gets or sets a value indicating the IntervalType (Minute, Day, Hour)
|
![]() | IsReadOnly | (Inherited from Settings.) |
![]() | Item | (Inherited from Settings.) |
![]() | Limit |
Gets or sets a value indicating the message limit
|
![]() | SqliteDbPath |
Gets or sets a value for where the Sqlite database path is stored
|
![]() | Status |
Gets or sets a value indicating the Status for the settings.
|
See Also