InRangeTrigger Members
- Aktualisiert2023-02-21
- 3 Minute(n) Lesezeit
The InRangeTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
| InRangeTrigger | Initializes a new instance of the InRangeTrigger class. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ChannelPath | Gets or sets a value indicating the system definition path of the channel to monitor. (Inherited from SingleChannelTrigger.) | |
| HighLimit | Gets or sets a value indicating the high limit of the range. | |
| Invert | Gets or sets a value indicating whether to invert the range check. If the range check is inverted, then the trigger condition occurs when the value falls outside the specified range. | |
| LowLimit | Gets or sets a value indicating the low limit of the range. |