Class ParamValueChange<T>
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Contains the changed data from the monitored parameter.
public class ParamValueChange<T> : ValueChange<T>
Type Parameters
T
- Inheritance
-
ValueChange<T>ParamValueChange<T>
- Inherited Members
- Extension Methods
Constructors
- ParamValueChange(Param, T, string, IDms)
Initializes a new instance of the ParamValueChange<T> class.
Properties
- DataSource
The data from the monitored parameter.
Methods
- Equals(object)
Indicates whether the current object is equal to another object of the same type.
- GetHashCode()
Calculates the hash code for this object.
- ToString()
Textual representation in the format: DataSource/Value.