Provides access to settings for a particular MessagingSystem instance.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkSystemSettingsContainer
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The SystemSettingsContainer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Addresses |
Gets or sets the AddressSettings that apply to this system. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
|
![]() | GeneralSettings |
Gets or sets the GeneralSystemSettings that apply to this system. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
|
![]() | LoadedAddressSettings |
Gets a value that indicates whether or not the Addresses property has been retrieved or loaded.
|
![]() | LoadedGeneralSettings |
Gets a value that indicates whether or not the GeneralSettings property has been retrieved or loaded.
|
![]() | LoadedMessageCountDatabaseSettings |
Gets a value that indicates whether or not the MessageCountDatabase property has been retrieved or loaded.
|
![]() | LoadedMessageCountsSettings |
Gets a value that indicates whether or not the MessageCount property has been retrieved or loaded.
|
![]() | LoadedPasswordSettings |
Gets a value that indicates whether or not the Passwords property has been retrieved or loaded.
|
![]() | LoadedWebClientSettings |
Gets a value that indicates whether or not the Addresses property has been retrieved or loaded.
|
![]() | MessageCount |
Gets or sets the MessageCountSettings that apply to this system. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
|
![]() | MessageCountDatabase |
Gets or sets the MessageCountDatabaseSettings that apply to this system. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
|
![]() | Passwords |
Gets or sets the PasswordSettings that apply to this system. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
|
![]() | SystemSettings | |
![]() | WebClient |
Gets or sets the WebClientSystemSettings that apply to this system. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
|
See Also