ConfigListenerSettingsFilter Class
Represents a filter for configuration changes. This class cannot be inherited.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.Tools.Settings.ConfigListenerSettingsFilter
Namespace: TcHmiSrv.Core.Tools.Settings
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public sealed class ConfigListenerSettingsFilter
The ConfigListenerSettingsFilter type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the ConfigListenerSettingsFilter class to listen for All changes in all paths. | |
|
ConfigListenerSettingsFilter(ConfigChangeType, IEnumerable.String.) |
Initializes a new instance of the ConfigListenerSettingsFilter class with the specified ConfigChangeType and paths. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the ConfigChangeType that specifies for which configuration changes an event should be raised. | |
|
Gets the paths for which an event should be raised if the configuration changes. The elements in the paths must be separated by a double colon. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |